------- Comment #8 from hubicka at ucw dot cz 2010-07-20 00:29 ------- Subject: Re: weak aliases LTO with gold causes ICE in lto_symtab_merge_decls_1
> Thanks. Unfortunately with that patch I still get the same ICE: > > 758 prevailing->node->local.used_from_object_file = false; You might get around by just checking prevailing->node != NULL (and same for vnode). For aliases where we don't have nodes/vnoes we don't need this flag. I can try to send you updated patch tomorrow (now really need some sleep) Honza -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44966