Re: [PATCH] tree-optimization/93586 - bogus path-based disambiguation

2020-02-21 Thread Richard Biener
On Thu, 20 Feb 2020, Jan Hubicka wrote: > > This fixes bogus path-based disambiguation of mismatched array shape > > accesses. > > > > Bootstrap & regtest running on x86_64-unknown-linux-gnu. > > > > Honza, is this the correct place to detect this or were we not > > supposed to arrive there? > >

Re: [PATCH] tree-optimization/93586 - bogus path-based disambiguation

2020-02-20 Thread Jan Hubicka
> This fixes bogus path-based disambiguation of mismatched array shape > accesses. > > Bootstrap & regtest running on x86_64-unknown-linux-gnu. > > Honza, is this the correct place to detect this or were we not > supposed to arrive there? > > Thanks, > Richard. > > 2020-02-17 Richard Biener

[PATCH] tree-optimization/93586 - bogus path-based disambiguation

2020-02-17 Thread Richard Biener
This fixes bogus path-based disambiguation of mismatched array shape accesses. Bootstrap & regtest running on x86_64-unknown-linux-gnu. Honza, is this the correct place to detect this or were we not supposed to arrive there? Thanks, Richard. 2020-02-17 Richard Biener PR tree-optimiz