Record edge true/false value for gcov
[official-gcc.git] / gcc / testsuite / gfortran.fortran-torture / execute / read_eof.f90
blobf472e9b444badcc1361f5514fcd1e51efafc214d
1 ! PR 13919, segfault when file is empty
2 open(unit=8,status='scratch')
3 read(8,*,end=1)i
4 STOP 1
5 1 continue
6 end