URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [eof_2.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! Check that end= and iostat= specifiers are honoured when both are usedprogram eof_2integer ierr, iopen (11, status="SCRATCH")ierr = 0read (11, *, end=10, iostat=ierr) icall abort10 continueif (ierr .ge. 0) call abortend program
