re PR middle-end/71371 (ICE with OpenMP taskloop and addressable iterator)
authorJakub Jelinek <jakub@redhat.com>
Wed, 1 Jun 2016 14:24:02 +0000 (16:24 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 1 Jun 2016 14:24:02 +0000 (16:24 +0200)
commitab62397a1b51a925abf062999a96556241dc3478
tree52005cd238123006b231cc7107a8b48143b7cd2f
parentb66af6ed30d4bfa930e7afa30d078d7e83af42a0
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
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/gomp/pr71371.c [new file with mode: 0644]