Re: [PATCH] Fix PR64365

2015-01-15 Thread Richard Biener
On Wed, 14 Jan 2015, Richard Biener wrote: > > This fixes an issue in dependence analysis and how we make pointer > dereferences visible to it. Basically dependence analysis works > on indices (assuming we deal with arrays) and thus never needs > sth like an access size (because indices are non-

[PATCH] Fix PR64365

2015-01-14 Thread Richard Biener
This fixes an issue in dependence analysis and how we make pointer dereferences visible to it. Basically dependence analysis works on indices (assuming we deal with arrays) and thus never needs sth like an access size (because indices are non-sparse and different index means a different memory ar