This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/25797] [4.2 Regression] almost all libstdc++ tests fail
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2006 20:58:55 -0000
- Subject: [Bug libstdc++/25797] [4.2 Regression] almost all libstdc++ tests fail
- References: <bug-25797-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from hjl at lucon dot org 2006-01-17 20:58 -------
The patch doesn't work on Linux/ia64. --gc-sections is ignored on Linux/ia64:
[hjl@gnu-12 tmp]$ gcc -Wl,--gc-sections x.c
/usr/local/bin/ld: Warning: gc-sections option ignored
I got many
/usr/local/bin/ld: Warning: gc-sections option ignored^M
output is:
/usr/local/bin/ld: Warning: gc-sections option ignored^M
FAIL: 17_intro/header_cassert.cc (test for excess errors)
Excess errors:
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25797