Re: [PR65637][PATCH][4/5] Fix inner loop phi in expand_omp_for_static_chunk

2015-09-03 Thread Jakub Jelinek
On Mon, Aug 31, 2015 at 02:00:10PM +0200, Tom de Vries wrote: > --- a/gcc/omp-low.c > +++ b/gcc/omp-low.c > @@ -6885,6 +6885,22 @@ expand_omp_for_static_nochunk (struct omp_region > *region, > } > } > Please add a function comment. > +static gphi * > +find_phi_with_arg_on_edge (tree arg,

[PR65637][PATCH][4/5] Fix inner loop phi in expand_omp_for_static_chunk

2015-08-31 Thread Tom de Vries
[ was: Re: [PR65637][PATCH][2/3] Fix inner loop phi in expand_omp_for_static_chunk ] On 15/04/15 15:17, Tom de Vries wrote: On 15-04-15 15:10, Tom de Vries wrote: Hi, This patch series fixes PR65637. This patch fixes an libgomp.c/autopar-1.c execution failure. For autopar-1.c, the ori