On Sun, May 21, 2006 at 11:43:41PM +0200, Steven Bosscher wrote: > On 5/21/06, H. J. Lu <[EMAIL PROTECTED]> wrote: > >With the patch in > > > >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27592 > > > >Gcc 4.2 revision 113936 now passes SPEC CPU 2006 on Linux/x86, > >Linux/x86 and Linux/ia64. But I have to apply 3 patches to SPEC > >sources. > > Good news. Do those patches fix real SPEC issues or are they > necessary to work around GCC bugs?
Some of them are real issues, like #undef HASATTRIBUTE /**/ #ifndef HASATTRIBUTE #define __attribute__(_arg_) #endif But there is one Fortran patch I am not 100% sure. It has something to do with pointer initialization and association. I am working with SPEC people to address those issues. H.J.