Commit 42e25796 by Steven G. Kargl Committed by Steven G. Kargl

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
parent 12c21b1d
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
* -------------------------------------------
......
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