Commit c830854a by Jerry DeLisle

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
parent a383cfa3
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment