This is the mail archive of the gcc@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: lto and gold


> Is that for gcc or for binutils (neither documents this in ./configure
> --help) ?

just binutils.

> I used it for both, but only get this to work with binutils CVS, is that
> correct ?

I don't know if there has been any release of binutils with plugin
support.  I use CVS.

> Now, however, I get the following error:
>
> gfortran -flto -use-linker-plugin main.f90 test1.f90 test2.f90
> collect2: ld terminated with signal 6 [Aborted]
> ld: /data03/vondele/gcc_lto/gcc/lto-plugin/lto-plugin.c:142:
> parse_table_entry: Assertion `t <= 4' failed.

The IL symbol table code probably got  bit bit rotten.  The gcc plugin
is not schedule to merge during this stage1.

>
> Thanks,
>
> Joost
>


Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047


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