diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-03-08 18:21:06 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-03-08 18:21:06 +0100 |
commit | eebc5e2dde79cb6179ffa9bf19bfe12d5da8b3e3 (patch) | |
tree | bb9a7f1a7cf351f848d540d5e91ef5504a8b3965 /libgomp/ChangeLog | |
parent | a46586c34f32db516de3e5a2c61968015cfcd9d0 (diff) | |
download | gcc-eebc5e2dde79cb6179ffa9bf19bfe12d5da8b3e3.zip gcc-eebc5e2dde79cb6179ffa9bf19bfe12d5da8b3e3.tar.gz gcc-eebc5e2dde79cb6179ffa9bf19bfe12d5da8b3e3.tar.bz2 |
re PR c/79940 (OpenMP pragma - internal compiler error with taskloop)
PR c/79940
* gimplify.c (gimplify_omp_for): Replace index var in outer
taskloop statement with an artificial variable and add
OMP_CLAUSE_PRIVATE clause for it.
* testsuite/libgomp.c/pr79940.c: New test.
From-SVN: r245980
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 28cf082..f63f028 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2017-03-08 Jakub Jelinek <jakub@redhat.com> + + PR c/79940 + * testsuite/libgomp.c/pr79940.c: New test. + 2017-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * testsuite/libgomp.c/pr48591.c: Enable on all __float128 |