Bug#459708: libc6: lrint() is broken on ia64
The missing footnote[1]: http://smalltalk.gnu.org/project/issue/154#comment-142 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#459708: libc6: lrint() is broken on ia64
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 = 1495582133630.0; int main() { extern long int lrint (double); long int l = lrint (d);