------- Additional Comments From andre dot maute at gmx dot de 2004-12-28 18:03 ------- it looks like it is really a library problem. Using the libraries from gcc-4.0-20041212 everything is fine, although nan.cc was nevertheless compiled with gcc-4.0-20041226. > ldd a.out libstdc++.so.6 => /opt/gcc-4.0-20041212/lib/libstdc++.so.6 (0x40017000) libm.so.6 => /lib/libm.so.6 (0x400fb000) libgcc_s.so.1 => /opt/gcc-4.0-20041212/lib/libgcc_s.so.1 (0x4011e000) libc.so.6 => /lib/libc.so.6 (0x40128000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > ./a.out 0.555556 0.555556
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19174