------- Comment #12 from hubicka at ucw dot cz  2010-07-21 11:05 -------
Subject: Re:  weak aliases LTO with gold causes ICE in
        lto_symtab_merge_decls_1

If you link .c and .s produced objects into single .o file via incremental
linking, you probably get all the assembly
files lost, since LTO plugin claims the whole .o file and thus linker will
never look into the assembly part of
the object.

I looked into the section you sent me.  There seems to be nothing obvious.  The
decl sectionis gigantic, but in dump it seems it is all trees, so we need to
figure out what they are that is probably best done by adding dump for
streamer.

Honza


-- 


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

Reply via email to