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:
Steven G. Kargl 2005-12-11 00:39:14 +00:00 committed by Steven G. Kargl
parent 12c21b1d14
commit 42e25796b5
2 changed files with 5 additions and 1 deletions

View File

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

View File

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