Re: [PATCH] Fix dwarf2out ICE (PR debug/65771)

2015-04-17 Thread Richard Biener
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

[PATCH] Fix dwarf2out ICE (PR debug/65771)

2015-04-16 Thread Jakub Jelinek
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