diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-30 12:12:42 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-30 12:12:42 +0000 |
commit | 97a82d408b146d0dad30e5c8a8bcfa6a8e6057e1 (patch) | |
tree | 3f50a5e4d765602e07b37879ad1f3e725d473799 /libgomp/ChangeLog | |
parent | 98b69bccadeae2fb64adde8ff008f79ec5963381 (diff) | |
download | gcc-97a82d408b146d0dad30e5c8a8bcfa6a8e6057e1.tar.gz |
PR middle-end/66702
* omp-low.c (simd_clone_adjust): Handle addressable linear
or uniform parameters or non-gimple type uniform parameters.
* testsuite/libgomp.c++/pr66702-1.C: New test.
* testsuite/libgomp.c++/pr66702-2.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225179 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 a5c51f5639d..2f1346de106 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2015-06-30 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/66702 + * testsuite/libgomp.c++/pr66702-1.C: New test. + * testsuite/libgomp.c++/pr66702-2.C: New test. + 2015-06-30 Tom de Vries <tom@codesourcery.com> * testsuite/libgomp.c/parloops-exit-first-loop-alt-5.c: New test. |