Re: [PATCH] Fix PR66823

2015-07-10 Thread Richard Biener
On Thu, 9 Jul 2015, Richard Biener wrote: > > The following fixes a stupid bug with -ftree-loop-if-convert-stores. > We were treating all but the same base as candidate to determine > whether a ref was accessed unconditionally ... > > Bootstrap & regtest running on x86_64-unknown-linux-gnu. App

[PATCH] Fix PR66823

2015-07-09 Thread Richard Biener
The following fixes a stupid bug with -ftree-loop-if-convert-stores. We were treating all but the same base as candidate to determine whether a ref was accessed unconditionally ... Bootstrap & regtest running on x86_64-unknown-linux-gnu. Richard. 2015-07-09 Richard Biener PR tree-op