http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57366

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> ---
(In reply to Jan Hubicka from comment #1)
> I solved the infinite loop problem on plugin enabled setups with
> http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00847.html
> Are you still seeing the infinite loop?

My last bootstrap with gld was at rev 199009, i.e. before that patch went in. 
New ones are currently running (as/ld though, thus it will take a bit to verify
that the failures with gld are gone).

> What linker are you using? GNU LD with plugin or non-plugin?

gld 2.23.1 with plugin (the default) for the second failure.

The failures with Sun as (or any assembler without weakref support) happens
with
both Sun ld and gld.

> It would be good to know how the ltrans assembly looks for you (i.e. compile
> with --save-temps and you should get file *ltrans*.s)  Can you attach it,
> please?

I'm attaching the .s files on i386-pc-solaris2.11 with Sun as and gld 2.23.1
for
the -O0 -flto -flto-partition=none -fuse-linker-plugin case.

  Rainer

Reply via email to