This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

regression with openmp


Daniel,

It appears your recent patch

2007-06-27  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/32467
        * openmp.c (resolve_omp_clauses): Emit error on allocatable
        components in COPYIN, COPYPRIVATE, FIRSTPRIVATE and LASTPRIVATE
        clauses.

has broken testsuite/gfortran.dg/gomp/reduction1.f90.

% gmake check-gfortran RUNTESTFLAGS="gomp.exp=gfortran.dg/gomp/reduction1.f90"

FAIL: gfortran.dg/gomp/reduction1.f90  -O   (test for errors, line 63)
FAIL: gfortran.dg/gomp/reduction1.f90  -O   (test for errors, line 65)
FAIL: gfortran.dg/gomp/reduction1.f90  -O   (test for errors, line 67)
FAIL: gfortran.dg/gomp/reduction1.f90  -O   (test for errors, line 69)
FAIL: gfortran.dg/gomp/reduction1.f90  -O   (test for errors, line 71)
FAIL: gfortran.dg/gomp/reduction1.f90  -O  (test for excess errors)

                === gfortran Summary ===

# of expected passes            35
# of unexpected failures        6



-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]