[Bug c++/45762] Same binary prints sign of nan on different systems.

2010-09-23 Thread redi at gcc dot gnu dot org
--- Comment #1 from redi at gcc dot gnu dot org 2010-09-23 15:59 --- It should be the same as C (as if done by printf) and our implementation relies on the C library to do it correctly -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45762

[Bug c++/45762] Same binary prints sign of nan on different systems.

2010-09-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-09-23 16:00 --- Therefore the glibc fix is required to get the correct output. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added