[Bug other/26601] --whole-program --combine with gcc4.1 fails to link cpu2000 benchmarks
bje at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 15 05:55:00 GMT 2009
------- Comment #2 from bje at gcc dot gnu dot org 2009-05-15 05:55 -------
There is no problem with current GCC that I can see. The integer benchmarks
that fail to compile can be attributed to various C bugs such as mismatched
types between compilation units (eg. extern int foo in one file and char *foo
in another) that would not detected by separate compilation.
--
bje at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WORKSFORME
Target Milestone|--- |4.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26601
More information about the Gcc-bugs
mailing list