This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/66702] #pragma omp declare simd uniform and linear issues
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Jun 2015 12:13:13 +0000
- Subject: [Bug middle-end/66702] #pragma omp declare simd uniform and linear issues
- Auto-submitted: auto-generated
- References: <bug-66702-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66702
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jun 30 12:12:42 2015
New Revision: 225179
URL: https://gcc.gnu.org/viewcvs?rev=225179&root=gcc&view=rev
Log:
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.
Added:
trunk/libgomp/testsuite/libgomp.c++/pr66702-1.C
trunk/libgomp/testsuite/libgomp.c++/pr66702-2.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/omp-low.c
trunk/libgomp/ChangeLog