From: Jerry DeLisle Date: Sat, 26 May 2007 19:36:14 +0000 (+0000) Subject: re PR fortran/31813 (Warn about deleted feature: H edit descriptor) X-Git-Tag: releases/gcc-4.3.0~4889 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c830854ada623d086c7ce06e975e97f75bee31ca;p=thirdparty%2Fgcc.git re PR fortran/31813 (Warn about deleted feature: H edit descriptor) 2007-05-26 Jerry DeLisle PR fortran/31813 * gfortran.dg/io_constraints_2.f90: Update. From-SVN: r125098 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0c99b3c956ed..29dcdf023f97 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-05-26 Jerry DeLisle + + PR fortran/31813 + * gfortran.dg/io_constraints_2.f90: Update. + 2007-05-26 Paul Thomas PR fortran/31219 diff --git a/gcc/testsuite/gfortran.dg/io_constraints_2.f90 b/gcc/testsuite/gfortran.dg/io_constraints_2.f90 index 9e83561773e2..fa6cbdbca6ba 100644 --- a/gcc/testsuite/gfortran.dg/io_constraints_2.f90 +++ b/gcc/testsuite/gfortran.dg/io_constraints_2.f90 @@ -17,7 +17,7 @@ contains subroutine foo (i) integer :: i write (*, 100) i - 100 format (1h , "i=", i6) ! This is OK. + 100 format (1h , "i=", i6) ! { dg-warning "H format specifier" } end subroutine foo end module global