Re: [PATCH] Fix PR71039

2016-05-11 Thread Bernhard Reutner-Fischer
On May 11, 2016 11:36:11 AM GMT+02:00, Richard Biener wrote: >On Wed, 11 May 2016, Bernhard Reutner-Fischer wrote: > >> On May 10, 2016 3:07:12 PM GMT+02:00, Richard Biener > wrote: >> > >> >The following fixes PR71039 - we were failing to verify we can >> >insert the lhs on the predecessor edges.

Re: [PATCH] Fix PR71039

2016-05-11 Thread Richard Biener
On Wed, 11 May 2016, Bernhard Reutner-Fischer wrote: > On May 10, 2016 3:07:12 PM GMT+02:00, Richard Biener > wrote: > > > >The following fixes PR71039 - we were failing to verify we can > >insert the lhs on the predecessor edges. > > > >Bootstrapped and tested on x86_64-unknown-linux-gnu, appli

Re: [PATCH] Fix PR71039

2016-05-11 Thread Bernhard Reutner-Fischer
On May 10, 2016 3:07:12 PM GMT+02:00, Richard Biener wrote: > >The following fixes PR71039 - we were failing to verify we can >insert the lhs on the predecessor edges. > >Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. >+ /* Verify if *idx is available at *DATA. */ >+ >+ static bo

[PATCH] Fix PR71039

2016-05-10 Thread Richard Biener
The following fixes PR71039 - we were failing to verify we can insert the lhs on the predecessor edges. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard. 2016-05-10 Richard Biener PR tree-optimization/71039 * tree-ssa-phiprop.c: Include tree-ssa-loop.h.