Re: Fix PR/60820

2014-04-15 Thread Richard Biener
On Mon, 14 Apr 2014, Jan Hubicka wrote: > Hi, > this patch fixes ICE in ctor_for_folding where varpool_remove_node > incorrectly clobbers > DECL_INITIAL of a variable while removing cgraph during the early LTO merging. > This case is special by alowing multiple symtab nodes for a given declaratio

Fix PR/60820

2014-04-14 Thread Jan Hubicka
Hi, this patch fixes ICE in ctor_for_folding where varpool_remove_node incorrectly clobbers DECL_INITIAL of a variable while removing cgraph during the early LTO merging. This case is special by alowing multiple symtab nodes for a given declaration and we have similar special case in the other rem