URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [f2_edit_1.f90] - Rev 303
Go to most recent revision | Compare with Previous | Blame | View Log
! check F2.x edit descriptors
! PR 14746
CHARACTER*15 LINE
RCON21 = 9.
RCON22 = .9
WRITE(LINE,'(F2.0,1H,,F2.1)')RCON21,RCON22
READ(LINE,'(F2.0,1X,F2.1)')XRCON21,XRCON22
IF (RCON21.NE.XRCON21) CALL ABORT
IF (RCON22.NE.XRCON22) CALL ABORT
END
Go to most recent revision | Compare with Previous | Blame | View Log