From: Dominique d'Humieres Date: Wed, 8 Oct 2014 21:53:21 +0000 (+0200) Subject: ChangeLog: Remove duplicated gfortran.dg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c4657d59f011c40f1b2075d9e05c7247920981c;p=gcc.git 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 --- 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