Re: [PATCH][2/2] Fixup dr_analyze_indices, fix PR50067

2011-08-19 Thread Richard Guenther
On Fri, 19 Aug 2011, Richard Guenther wrote: > On Fri, 19 Aug 2011, Richard Guenther wrote: > > > > > This is the fix for the testcase in PR50067. We strip outermost > > (yes, outermost only, which makes it very inefficient) MEM_REFs > > which causes the DR base objects in the PR to agree for t

Re: [PATCH][2/2] Fixup dr_analyze_indices, fix PR50067

2011-08-19 Thread Richard Guenther
On Fri, 19 Aug 2011, Richard Guenther wrote: > > This is the fix for the testcase in PR50067. We strip outermost > (yes, outermost only, which makes it very inefficient) MEM_REFs > which causes the DR base objects in the PR to agree for two > conflicting DRs, but with the issues we have with how

[PATCH][2/2] Fixup dr_analyze_indices, fix PR50067

2011-08-19 Thread Richard Guenther
This is the fix for the testcase in PR50067. We strip outermost (yes, outermost only, which makes it very inefficient) MEM_REFs which causes the DR base objects in the PR to agree for two conflicting DRs, but with the issues we have with how we compose access functions they still get disambiguate