------- Comment #4 from jakub at gcc dot gnu dot org 2010-04-20 08:39 ------- Subject: Bug 43339
Author: jakub Date: Tue Apr 20 08:39:22 2010 New Revision: 158546 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158546 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_5-branch/gcc/fortran/ChangeLog branches/gcc-4_5-branch/gcc/fortran/openmp.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/sharing-2.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43339