diff mbox

[Fortran] Implement IMPLICIT NONE

Message ID CAB02C08-517F-4A53-B0AA-783A06F37D2B@lps.ens.fr
State New
Headers show

Commit Message

Dominique d'Humières Oct. 8, 2014, 9:56 p.m. UTC
This is what I have committed as r216016


Dominique

Le 8 oct. 2014 à 09:22, FX <fxcoudert@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
diff mbox

Patch

Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog	(revision 216014)
+++ gcc/testsuite/ChangeLog	(working copy)
@@ -1,3 +1,7 @@ 
+2014-10-08  Dominique d'Humieres  <dominiq@lps.ens.fr>
+
+	* gfortran.dg/implicit_4.f90: Fix some dg-error.
+
 2014-10-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
 	* gcc.dg/torture/stackalign/builtin-apply-4.c: Use
@@ -4213,7 +4217,7 @@ 
 2014-07-09  Dominique d'Humieres <dominiq@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.sutton@gmail.com>
@@ -6258,9 +6262,9 @@ 
 
 2014-05-24  Dominique d'Humieres <dominiq@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  <vmakarov@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