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
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).