diff options
author | Jakub Jelinek <jakub@redhat.com> | 2016-06-01 16:24:02 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-06-01 16:24:02 +0200 |
commit | ab62397a1b51a925abf062999a96556241dc3478 (patch) | |
tree | 52005cd238123006b231cc7107a8b48143b7cd2f /gcc/ChangeLog | |
parent | b66af6ed30d4bfa930e7afa30d078d7e83af42a0 (diff) | |
download | gcc-ab62397a1b51a925abf062999a96556241dc3478.zip gcc-ab62397a1b51a925abf062999a96556241dc3478.tar.gz gcc-ab62397a1b51a925abf062999a96556241dc3478.tar.bz2 |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <jakub@redhat.com> + + PR middle-end/71371 + * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp + around creation of the temporary. + 2016-06-01 Richard Biener <rguenther@suse.de> PR tree-optimization/71366 |