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/] [slash_1.f90] - Rev 302
Compare with Previous | Blame | View Log
! PR libfortran/22170! { dg-do run }integer iopen (10,status='scratch')write (10,'(A,2/,A)') '12', '17'rewind (10)read (10,'(I2)') iif (i /= 12) call abortread (10,'(I2)') iif (i /= 0) call abortread (10,'(I2)') iif (i /= 17) call abortend
