URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [slash_edit.f90] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
! pr 14762 - '/' not working in formatINTEGER N(5)DATA N/1,2,3,4,5/OPEN(UNIT=7)100 FORMAT(I4)WRITE(7,100)NCLOSE(7)OPEN(7)200 FORMAT(I4,///I4)READ(7,200)I,JCLOSE(7, STATUS='DELETE')IF (I.NE.1) CALL ABORTIF (J.NE.4) CALL ABORTEND
Go to most recent revision | Compare with Previous | Blame | View Log
