From 9c4657d59f011c40f1b2075d9e05c7247920981c Mon Sep 17 00:00:00 2001 From: Dominique d'Humieres Date: Wed, 8 Oct 2014 23:53:21 +0200 Subject: [PATCH] ChangeLog: Remove duplicated gfortran.dg. 2014-10-08 Dominique d'Humieres * ChangeLog: Remove duplicated gfortran.dg. * gfortran.dg/implicit_4.f90: Fix some dg-error. From-SVN: r216016 --- gcc/testsuite/ChangeLog | 10 +++++++--- gcc/testsuite/gfortran.dg/implicit_4.f90 | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ace58816de7..f17f75d022b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-10-08 Dominique d'Humieres + + * gfortran.dg/implicit_4.f90: Fix some dg-error. + 2014-10-08 Rainer Orth * gcc.dg/torture/stackalign/builtin-apply-4.c: Use @@ -4213,7 +4217,7 @@ 2014-07-09 Dominique d'Humieres 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 @@ -6258,9 +6262,9 @@ 2014-05-24 Dominique d'Humieres - * 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 diff --git a/gcc/testsuite/gfortran.dg/implicit_4.f90 b/gcc/testsuite/gfortran.dg/implicit_4.f90 index a5dc89a4e91..da8da9643c6 100644 --- a/gcc/testsuite/gfortran.dg/implicit_4.f90 +++ b/gcc/testsuite/gfortran.dg/implicit_4.f90 @@ -6,7 +6,7 @@ END 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 -- 2.30.2