OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [slash_edit.f90] - Diff between revs 303 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

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

powered by: WebSVN 2.1.0

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