Re: [PATCH] Fix gcc.dg/lto/pr55113_0.c testsuite ICE

2014-04-14 Thread Rainer Orth
Richard Biener writes: > Interesting. I suppose this config has SSE enabled by default? Thus Right, unlike i386-pc-solaris2.9. > it may apply to i?86-darwin as well. In my Darwin builds there's no LTO support, so it's unaffected. No idea if gld or gold do support that target, though.

Re: [PATCH] Fix gcc.dg/lto/pr55113_0.c testsuite ICE

2014-04-14 Thread Richard Biener
On Mon, 14 Apr 2014, Rainer Orth wrote: > Richard Biener writes: > > > This fixes gcc.dg/lto/pr55113_0.c ICEing on x86_64 with -m32 > > (due to implicit -march=x86-64) by dg-skipping for all > > x86_64 and the -m64 i?86 variants (untested, not sure what > > -march default we use there - this jus

Re: [PATCH] Fix gcc.dg/lto/pr55113_0.c testsuite ICE

2014-04-14 Thread Rainer Orth
Richard Biener writes: > This fixes gcc.dg/lto/pr55113_0.c ICEing on x86_64 with -m32 > (due to implicit -march=x86-64) by dg-skipping for all > x86_64 and the -m64 i?86 variants (untested, not sure what > -march default we use there - this just removes incrementally > more x86_64 multilibs. > >