From ab62397a1b51a925abf062999a96556241dc3478 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 1 Jun 2016 16:24:02 +0200 Subject: re PR middle-end/71371 (ICE with OpenMP taskloop and addressable iterator) PR middle-end/71371 * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp around creation of the temporary. * c-c++-common/gomp/pr71371.c: New test. From-SVN: r236994 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c4aa2d..128c2e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-06-01 Jakub Jelinek + + PR middle-end/71371 + * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp + around creation of the temporary. + 2016-06-01 Richard Biener PR tree-optimization/71366 -- cgit v1.1