URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [open_status_1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }
! Test reopening with io status='old'
program iostatus
open (1, file='foo', status='replace') ! Make sure file exists.
open (1, file='foo', status='old')
open (1, file='foo', status='old')
close (1, status='delete')
end program iostatus