[issue9069] test_float failure on Solaris

Mark Dickinson report at bugs.python.org
Sat Jun 26 19:52:42 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Thanks Stefan.

The bug apparently exists in gcc-4.5 on OS X as well.  I'll update the gcc bug report.

newton:~ dickinsm$ gcc-mp-4.5 -fno-inline -O3 copysign_bug.c -o copysign_bug && ./copysign_bug
copysign_bug(-0) = 3
copysign_bug(0) = 3

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9069>
_______________________________________


More information about the Python-bugs-list mailing list