r221776 - in /trunk: gcc/fortran/ChangeLog gcc/...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Mar 30 17:54:00 GMT 2015


Author: jakub
Date: Mon Mar 30 17:54:05 2015
New Revision: 221776

URL: https://gcc.gnu.org/viewcvs?rev=221776&root=gcc&view=rev
Log:
	PR fortran/65597
	* trans-openmp.c (gfc_trans_omp_do): For !simple simd with explicit
	linear clause for the iterator set OMP_CLAUSE_LINEAR_NO_COPYIN.
	For implcitly added !simple OMP_CLAUSE_LINEAR set it too.  Use step 1
	instead of the original step on the new iterator - count.

	* testsuite/libgomp.fortran/pr65597.f90: New test.

Added:
    trunk/libgomp/testsuite/libgomp.fortran/pr65597.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-openmp.c
    trunk/libgomp/ChangeLog



More information about the Gcc-cvs mailing list