OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [inquire_1.f90] - Rev 823

Go to most recent revision | Compare with Previous | Blame | View Log

! PR 14831
       CHARACTER*4 BLANK
       CHARACTER*10 ACCESS
       OPEN(UNIT=9,ACCESS='SEQUENTIAL')
       INQUIRE(UNIT=9,ACCESS=ACCESS,BLANK=BLANK)
       IF(BLANK.NE.'NULL') CALL ABORT
       IF(ACCESS.NE.'SEQUENTIAL') CALL ABORT
       CLOSE(UNIT=9,STATUS='DELETE')
       END

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.