This is what I have committed as r216016 Index: gcc/testsuite/ChangeLog =================================================================== --- gcc/testsuite/ChangeLog (revision 216014) +++ gcc/testsuite/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2014-10-08 Dominique d'Humieres <domi...@lps.ens.fr> + + * gfortran.dg/implicit_4.f90: Fix some dg-error. + 2014-10-08 Rainer Orth <r...@cebitec.uni-bielefeld.de> * gcc.dg/torture/stackalign/builtin-apply-4.c: Use @@ -4213,7 +4217,7 @@ 2014-07-09 Dominique d'Humieres <domi...@lps.ens.fr> PR testsuite/61453 - * gfortran.dg/gfortran.dg/bind_c_array_params_2.f90: + * gfortran.dg/bind_c_array_params_2.f90: Adjust regexp for more targets. 2014-07-09 Andrew Sutton <andrew.n.sut...@gmail.com> @@ -6258,9 +6262,9 @@ 2014-05-24 Dominique d'Humieres <domi...@lps.ens.fr> - * gfortran.dg/gfortran.dg/bind_c_array_params_2.f90: + * gfortran.dg/bind_c_array_params_2.f90: Adjust regexp for -flto. - * gfortran.dg/gfortran.dg/pr48636-2.f90: Likewise. + * gfortran.dg/pr48636-2.f90: Likewise. * gfortran.dg/pr52835.f90: Likewise. 2014-05-23 Vladimir Makarov <vmaka...@redhat.com> Index: gcc/testsuite/gfortran.dg/implicit_4.f90 =================================================================== --- gcc/testsuite/gfortran.dg/implicit_4.f90 (revision 216014) +++ gcc/testsuite/gfortran.dg/implicit_4.f90 (working copy) @@ -6,7 +6,7 @@ SUBROUTINE a IMPLICIT REAL(b-j) -implicit none ! { dg-error "Type IMPLICIT NONE statement at .1. following an IMPLICIT statement" } +implicit none ! { dg-error "IMPLICIT NONE .type. statement at .1. following an IMPLICIT statement" } END SUBROUTINE a subroutine b
Dominique Le 8 oct. 2014 à 09:22, FX <fxcoud...@gmail.com> a écrit : >> Patch > > Patch cleaning up the testsuite (while Tobias is curing is cold :) is > pre-approved. > It comes from the last-minute wording change I suggested, I suppose. > > FX