On Thu, Apr 16, 2015 at 11:11 PM, Jakub Jelinek wrote:
> Hi!
>
> As mentioned in the PR, on the following testcase we ICE, because for
> # DEBUG D#2 => b
> # DEBUG D#1 => a[D#2].t
> # DEBUG c => D#1
> during expansion we get the a[D#2].t added as MEM_EXPR of a MEM, and because
> we can't mem
Hi!
As mentioned in the PR, on the following testcase we ICE, because for
# DEBUG D#2 => b
# DEBUG D#1 => a[D#2].t
# DEBUG c => D#1
during expansion we get the a[D#2].t added as MEM_EXPR of a MEM, and because
we can't mem_loc_descriptor that MEM (I'll post separately a trunk only
patch that