URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [inquire_2.f90] - Rev 760
Go to most recent revision | Compare with Previous | Blame | View Log
! PR 14837
INTEGER UNIT
OPEN(FILE='CSEQ', UNIT=23)
INQUIRE(FILE='CSEQ',NUMBER=UNIT)
IF (UNIT.NE.23) CALL ABORT
CLOSE(UNIT, STATUS='DELETE')
END
Go to most recent revision | Compare with Previous | Blame | View Log