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:
parent
a383cfa368
commit
c830854ada
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue