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

Reply via email to