------- Comment #2 from hubicka at ucw dot cz  2009-09-28 15:34 -------
Subject: Re:  ICE in duplicate_node_data, at ipa-pure-const.c:633

> I'd say something is removing a cgraph node without properly calling back
> to the node removal hook.  Or for some reason we re-use a not freed
> UID.

I think the problem here is that at LTO reading, we first read the
cgraphs then unify nodes and then call the read hooks that do not expect
unification to happen.

Honza


-- 


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

Reply via email to