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