This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/19174] wrong code regression or library problem in gcc-4.0-20041226
- From: "andre dot maute at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Dec 2004 18:03:26 -0000
- Subject: [Bug regression/19174] wrong code regression or library problem in gcc-4.0-20041226
- References: <20041228130233.19174.andre.maute@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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