diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-20 01:42:24 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-20 01:42:24 +0000 |
commit | 6ca2913460d1e49051b1e63431b11acf8efbe8f0 (patch) | |
tree | dc9ea5ac797c8fd972ac87c8f46f262df1197ae8 /libgomp/ChangeLog | |
parent | b300d75366a40ed58311b312c6560b7d63658860 (diff) | |
download | gcc-6ca2913460d1e49051b1e63431b11acf8efbe8f0.tar.gz |
PR middle-end/70680
* gimplify.c (gimplify_omp_for): Call omp_notice_variable for
implicitly linear or lastprivate iterator on the outer context.
* testsuite/libgomp.c/pr70680-1.c: New test.
* testsuite/libgomp.c/pr70680-2.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 1c82e5de1ef..167374af794 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2016-04-19 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/70680 + * testsuite/libgomp.c/pr70680-1.c: New test. + * testsuite/libgomp.c/pr70680-2.c: New test. + 2016-04-14 Cesar Philippidis <cesar@codesourcery.com> * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Don't |