Skip to content
Snippets Groups Projects
Commit 4f886942 authored by Francois-Xavier Coudert's avatar Francois-Xavier Coudert Committed by François-Xavier Coudert
Browse files

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

From-SVN: r104110
parent e0fd73d4
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment