r210009 - in /trunk: gcc/ChangeLog gcc/gimplify...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri May 2 17:43:00 GMT 2014


Author: jakub
Date: Fri May  2 17:43:40 2014
New Revision: 210009

URL: http://gcc.gnu.org/viewcvs?rev=210009&root=gcc&view=rev
Log:
	* gimplify.c (gimplify_adjust_omp_clauses_1): Handle
	GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
	(gimplify_adjust_omp_clauses): Simd region is never
	directly nested in combined parallel.  Instead, for linear
	with copyin/copyout, if in combined for simd loop, make decl
	firstprivate/lastprivate on OMP_FOR.
	* omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
	expand_omp_for_static_chunk): When setting endvar, also set
	fd->loop.v to the same value.
libgomp/
	* testsuite/libgomp.c/simd-10.c: New test.
	* testsuite/libgomp.c/simd-11.c: New test.
	* testsuite/libgomp.c/simd-12.c: New test.
	* testsuite/libgomp.c/simd-13.c: New test.

Added:
    trunk/libgomp/testsuite/libgomp.c/simd-10.c
    trunk/libgomp/testsuite/libgomp.c/simd-11.c
    trunk/libgomp/testsuite/libgomp.c/simd-12.c
    trunk/libgomp/testsuite/libgomp.c/simd-13.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/omp-low.c
    trunk/libgomp/ChangeLog



More information about the Gcc-cvs mailing list