re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues)
authorJakub Jelinek <jakub@redhat.com>
Tue, 30 Jun 2015 12:12:42 +0000 (14:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 30 Jun 2015 12:12:42 +0000 (14:12 +0200)
commit3446fe483e3d734e38555a8034e7ab672afa68ee
tree3f50a5e4d765602e07b37879ad1f3e725d473799
parentb14a9c57cff644851084c4f602437c7fa353c5d0
re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues)

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.

From-SVN: r225179
gcc/ChangeLog
gcc/omp-low.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/pr66702-1.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c++/pr66702-2.C [new file with mode: 0644]