URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [read_eof.f90] - Rev 707
Go to most recent revision | Compare with Previous | Blame | View Log
! PR 13919, segfault when file is empty
open(unit=8,status='scratch')
read(8,*,end=1)i
call abort
1 continue
end
Go to most recent revision | Compare with Previous | Blame | View Log