On Mon, Aug 31, 2015 at 01:50:42PM +0200, Tom de Vries wrote:
> @@ -7351,14 +7357,25 @@ expand_omp_for_static_chunk (struct omp_region
> *region,
>
>if (!broken_loop)
> {
> + struct loop *loop = body_bb->loop_father;
>struct loop *trip_loop = alloc_loop ();
>trip_lo
On 31/08/15 13:41, Tom de Vries wrote:
On 15/04/15 15:10, Tom de Vries wrote:
Hi,
This patch series fixes PR65637.
Currently, ssa-handling code in expand_omp_for_static_chunk is dead and
not exercised by testing.
Ssa-handling code in omp-low.c is only triggered by
pass_parallelize_loops, and