URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [inquire_3.f90] - Rev 303
Compare with Previous | Blame | View Log
! pr14836OPEN(UNIT=9, ACCESS='DIRECT', RECL=80, FORM='UNFORMATTED')INQUIRE(UNIT=9,NEXTREC=NREC)WRITE(UNIT=9,REC=5) 1INQUIRE(UNIT=9,NEXTREC=NREC)! PRINT*,NRECIF (NREC.NE.6) CALL ABORTREAD(UNIT=9,REC=1) MVIINQUIRE(UNIT=9,NEXTREC=NREC)IF (NREC.NE.2) CALL ABORT! PRINT*,NRECCLOSE(UNIT=9,STATUS='DELETE')END
