re PR fortran/31813 (Warn about deleted feature: H edit descriptor)

2007-05-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/31813
	* gfortran.dg/io_constraints_2.f90: Update.

From-SVN: r125098
This commit is contained in:
Jerry DeLisle 2007-05-26 19:36:14 +00:00
parent a383cfa368
commit c830854ada
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-05-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/31813
* gfortran.dg/io_constraints_2.f90: Update.
2007-05-26 Paul Thomas <pault@gcc.gnu.org>
PR fortran/31219

View file

@ -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