This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/25797] [4.2 Regression] almost all libstdc++ tests fail



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]