This is the mail archive of the gcc-patches@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]

Re: Partial inlining


> I still see many libstdc++ run-time failures on Linux/ia32 even with this fix:
> 
> http://gcc.gnu.org/ml/gcc-testresults/2010-06/msg02683.html
> 
> GOLD isn't the default linker and gcc is configured with
> 
> --enable-clocale=gnu --with-system-zlib --enable-shared
> --with-demangler-in-ld -with-plugin-ld=ld.gold --enable-gold
> --with-fpmath=sse

Curiosly I get a lot of excess errors that seem unrealated to the problem.  A
lot of the testcases you mention just pass for me.

I've reproduced 4 execution failures that go away with -fno-partial-inlining.
I think it is latent bug in clonning WRT builtin implementations in glibc
headers.  I am just testing patch for that.

Honza


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