URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [inquire_3.f90] - Rev 695
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
