Re: [PATCH][LTO] Fix PR60720

2014-04-01 Thread Richard Biener
On Mon, 31 Mar 2014, Richard Biener wrote: > > The following patch makes sure we wrap symbol references in global > initializers the same as we do for IL references - inside a MEM_REF > that guards their context against type changes due to symbol merging > (and thus in this case against ICEs when

[PATCH][LTO] Fix PR60720

2014-03-31 Thread Richard Biener
The following patch makes sure we wrap symbol references in global initializers the same as we do for IL references - inside a MEM_REF that guards their context against type changes due to symbol merging (and thus in this case against ICEs when processing an ARRAY_REF around a non-array object).