2 ! PR80727 Crash of runtime gfortran library during integer transformation
3 ! Note: before the patch this was giving an incorrect EOR error on READ.
4 program gfortran_710_io_bug
11 read ( unit
=str(1:4), fmt
='(a)' ) i4
12 if (i4
.ne
.256) call abort
13 end program gfortran_710_io_bug