Your message dated Mon, 31 Mar 2008 14:51:58 +0200 with message-id <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] immediately.) -- 459708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459708 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---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 ---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 [EMAIL PROTECTED] OOO http://www.madism.org
pgpwN904eodaR.pgp
Description: PGP signature
--- End Message ---

