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

--- Comment #7 from Mikael Morin <mikael at gcc dot gnu.org> ---
(In reply to Mikael Morin from comment #6)
> I need to reevaluate it; there were other regressions if I remember
> correctly.

The changes are these:

PASS->FAIL: gfortran.dg/graphite/pr107865.f90   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/pr101267.f90   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/pr112404.f90   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/pr78061.f   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/pr79315.f90   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/pr98016.f90   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/vect/pr90681.f   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/vect/pr97761.f90   -O  (test for excess errors)
PASS->FAIL: gfortran.dg/vect/pr99746.f90   -O  (test for excess errors)


FAIL: gfortran.dg/pr79315.f90   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/pr79315.f90:18:18: Error:
Variable 'ims' cannot appear in the expression at (1)

FAIL: gfortran.dg/pr101267.f90   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/pr101267.f90:5:19: Error:
Variable 'ime' cannot appear in the expression at (1)
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/pr101267.f90:5:24: Error:
Variable 'in' cannot appear in the expression at (1)

FAIL: gfortran.dg/pr112404.f90   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/pr112404.f90:5:19: Error:
Variable 'ime' cannot appear in the expression at (1)
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/pr112404.f90:5:24: Error:
Variable 'in' cannot appear in the expression at (1)

FAIL: gfortran.dg/pr78061.f   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/pr78061.f:4:13: Error:
Variable 'ldc' cannot appear in the expression at (1)

FAIL: gfortran.dg/pr98016.f90   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/pr98016.f90:16:16: Error:
Variable 'n' cannot appear in the expression at (1)

FAIL: gfortran.dg/graphite/pr107865.f90   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/graphite/pr107865.f90:7:18:
Error: Variable 'n' cannot appear in the expression at (1)

FAIL: gfortran.dg/vect/pr90681.f   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/vect/pr90681.f:5:19: Error:
Variable 'norbs' cannot appear in the expression at (1)

FAIL: gfortran.dg/vect/pr97761.f90   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/vect/pr97761.f90:11:36: Error:
Variable 'inout' cannot appear in the expression at (1)

FAIL: gfortran.dg/vect/pr99746.f90   -O  (test for excess errors)
Excess errors:
/home/mik/gcc/gccx/src/gcc/testsuite/gfortran.dg/vect/pr99746.f90:6:21: Error:
Variable 'lda' cannot appear in the expression at (1)

Reply via email to