https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66702
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jun 30 12:16:01 2015 New Revision: 225180 URL: https://gcc.gnu.org/viewcvs?rev=225180&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: branches/gcc-5-branch/libgomp/testsuite/libgomp.c++/pr66702-1.C branches/gcc-5-branch/libgomp/testsuite/libgomp.c++/pr66702-2.C Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/omp-low.c branches/gcc-5-branch/libgomp/ChangeLog