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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [inquire.f90] - Blame information for rev 827

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

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do run }
2
! check to see that you cannot open a direct access file
3
! for sequential i/o.
4
! derived from NIST test fm910.for
5
        IMPLICIT NONE
6
        CHARACTER*10 D4VK
7
        OPEN(UNIT=7, ACCESS='DIRECT',RECL=132,STATUS='SCRATCH')
8
        INQUIRE(UNIT=7,SEQUENTIAL=D4VK)
9
        CLOSE(UNIT=7,STATUS='DELETE')
10
        IF (D4VK.NE.'NO') CALL ABORT
11
        END

powered by: WebSVN 2.1.0

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