Your message dated Mon, 31 Mar 2008 14:51:58 +0200 with message-id <20080331125158.GA18597@artemis.madism.org> and subject line Re: Bug#459708: libc6: lrint() is broken on ia64 has caused the Debian Bug report #459708, regarding libc6: lrint() is broken on ia64 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 459708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459708 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: libc6: lrint() is broken on ia64
- From: Thomas Girard <thomas.g.girard@free.fr>
- Date: Tue, 8 Jan 2008 11:46:21 +0100
- Message-id: <20080108104621.GA28858@sd-7866.dedibox.fr>
package: libc6 Version: 2.7-5 Severity: normal Paolo Bonzini discovered that lrint() is broken on ia64[1]. The following snippet,taken from GNU Smalltalk m4 test, shows the bug: double d = 14988885582133630.0; int main() { extern long int lrint (double); long int l = lrint (d); exit(sizeof (l) >= 8 && l != 14988885582133630); } >From the test comment: "Under ia64-linux, lrint returns incorrect values for bit 31."
--- End Message ---
--- Begin Message ---
- To: Thomas Girard <thomas.g.girard@free.fr>, 459708-done@bugs.debian.org
- Subject: Re: Bug#459708: libc6: lrint() is broken on ia64
- From: Pierre Habouzit <madcoder@debian.org>
- Date: Mon, 31 Mar 2008 14:51:58 +0200
- Message-id: <20080331125158.GA18597@artemis.madism.org>
- In-reply-to: <20080108104621.GA28858@sd-7866.dedibox.fr> <20080108112639.GB28858@sd-7866.dedibox.fr>
- References: <20080108104621.GA28858@sd-7866.dedibox.fr> <20080108112639.GB28858@sd-7866.dedibox.fr>
Version: 2.7-5 On Tue, Jan 08, 2008 at 10:46:21AM +0000, Thomas Girard wrote: > package: libc6 > Version: 2.7-5 > Severity: normal > > Paolo Bonzini discovered that lrint() is broken on ia64[1]. > > The following snippet,taken from GNU Smalltalk m4 test, > shows the bug: > > double d = 14988885582133630.0; > > int main() > { > extern long int lrint (double); > long int l = lrint (d); > exit(sizeof (l) >= 8 && l != 14988885582133630); > } > > >From the test comment: > "Under ia64-linux, lrint returns incorrect values for bit 31." > > > On Tue, Jan 08, 2008 at 11:26:39AM +0000, Thomas Girard wrote: > The missing footnote[1]: > http://smalltalk.gnu.org/project/issue/154#comment-142 This actually was a kernel bug according to that log :) there were also bugs in lrint before glibc 2.5 but those should be fixed anyways. -- ·O· Pierre Habouzit ··O madcoder@debian.org OOO http://www.madism.orgAttachment: pgpNTUrguK7sV.pgp
Description: PGP signature
--- End Message ---