On Sun, May 10, 2015 at 6:58 AM, Mikael Morin <mikael.mo...@sfr.fr> wrote: > Le 03/05/2015 22:38, Thomas Koenig a écrit : >> Hi Mikael, >> >> Looks good. >> >> In general, it is better to restrict changes to existing test cases to >> the necessary minimum that they still pass, and add new code to new >> test cases. This makes regressions easier to track. >> >> So, OK with that change. >> > Here is what I have committed. >
It caused: /export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:39: Error: Variable 'c1' cannot appear in the expression at (1)^M /export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:42: Error: Variable 'c2' cannot appear in the expression at (1)^M /export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:15: Error: Variable 'a1' cannot appear in the expression at (1)^M /export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:18: Error: Variable 'a2' cannot appear in the expression at (1)^M /export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:27: Error: Variable 'b1' cannot appear in the expression at (1)^M /export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:30: Error: Variable 'b2' cannot appear in the expression at (1)^M FAIL: gfortran.dg/inline_matmul_3.f90 -O (test for excess errors) -- H.J.