------- Comment #5 from jakub at gcc dot gnu dot org 2010-04-20 08:41 ------- Subject: Bug 43339
Author: jakub Date: Tue Apr 20 08:41:02 2010 New Revision: 158547 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158547 Log: PR fortran/43339 * openmp.c (gfc_resolve_do_iterator): Only make iteration vars for sequential loops private in the innermost containing task region. * gfortran.dg/gomp/sharing-2.f90: Adjust for iteration vars of sequential loops being private only in the innermost containing task region. Modified: branches/gcc-4_4-branch/gcc/fortran/ChangeLog branches/gcc-4_4-branch/gcc/fortran/openmp.c branches/gcc-4_4-branch/gcc/testsuite/ChangeLog branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/gomp/sharing-2.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43339