URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [slash_1.f90] - Rev 694
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
