https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65597

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
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

Reply via email to