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.dg/] [read_eof_5.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do run }! PR34560 I/O internal read: END expected, but no failureprogram maincharacter(len=2) :: linecharacter(len=1) :: a(3)a = "x"line = 'ab'read (line,'(A)',END=99) acall abort99 continueif (any(a /= ['a','x','x'])) call abortend program main
