Fix testsuite after this commit:
2005-12-10 Francois-Xavier Coudert <coudert@clipper.ens.fr> PR fortran/25068 * gfortran.dg/iostat_3.f90: New test. From-SVN: r108371
This commit is contained in:
parent
12c21b1d14
commit
42e25796b5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-12-11 Steven G. Kargl <kargls@comcast.net>
|
||||
|
||||
* gfortran.dg/g77/19981216-0.f: Fix for fortran/25068.
|
||||
|
||||
2005-12-11 Bernhard Fischer <rep.nop@aon.at>
|
||||
|
||||
* gfortran.dg/substring_equivalence.f90: typo in comment
|
||||
|
|
|
@ -29,7 +29,7 @@ c { dg-do compile }
|
|||
|
||||
name = 'blah'
|
||||
open(unit=8,status='unknown',file=name,form='formatted',
|
||||
F iostat=ios)
|
||||
F iostat=ios) ! { dg-warning "integer kind in IOSTAT" }
|
||||
|
||||
END
|
||||
* -------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue