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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [slash_edit.f90] - Rev 695

Compare with Previous | Blame | View Log

! pr 14762 - '/' not working in format
       INTEGER N(5)
       DATA N/1,2,3,4,5/
       OPEN(UNIT=7)
 100   FORMAT(I4) 
       WRITE(7,100)N
       CLOSE(7) 
       OPEN(7)
 200   FORMAT(I4,///I4)
       READ(7,200)I,J
       CLOSE(7, STATUS='DELETE') 
       IF (I.NE.1) CALL ABORT
       IF (J.NE.4) CALL ABORT
       END

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.