r261147 - in /branches/gomp-5_0-branch: gcc/Cha...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Jun 4 13:23:00 GMT 2018


Author: jakub
Date: Mon Jun  4 13:23:27 2018
New Revision: 261147

URL: https://gcc.gnu.org/viewcvs?rev=261147&root=gcc&view=rev
Log:
	* gimplify.c (omp_is_private): Allow simd iterator to be lastprivate
	or private.  Fix up diagnostics if linear is used on collapse>1 simd
	iterator.

	* gcc.dg/gomp/simd-1.c: New test.
	* g++.dg/gomp/simd-2.C: New test.

	* testsuite/libgomp.c-c++-common/simd-1.c: New test.

Added:
    branches/gomp-5_0-branch/gcc/testsuite/g++.dg/gomp/simd-2.C
    branches/gomp-5_0-branch/gcc/testsuite/gcc.dg/gomp/simd-1.c
    branches/gomp-5_0-branch/libgomp/testsuite/libgomp.c-c++-common/simd-1.c
Modified:
    branches/gomp-5_0-branch/gcc/ChangeLog.gomp
    branches/gomp-5_0-branch/gcc/gimplify.c
    branches/gomp-5_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-5_0-branch/libgomp/ChangeLog.gomp



More information about the Gcc-cvs mailing list