Commit 4f886942 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* gfortran.dg/iostat_2.f90: New test.

From-SVN: r104110
parent e0fd73d4
2005-09-09 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* gfortran.dg/iostat_2.f90: New test.
2005-09-09 Mark Mitchell <mark@codesourcery.com>
PR c++/22252
! PR libfortran/23784
! { dg-do run }
integer i
close(10, status="whatever", iostat=i)
if (i == 0) call abort()
write(17,*) 'foo'
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