2 ! pr37083 formatted read of line without trailing new-line fails
4 open(unit
=10,file
="atest",access
='stream',form
='unformatted',&
6 write(10) '1.2'//achar(10)//'2.2'//achar(10)//'3.'
8 close(10, status
="keep")
9 open(unit
=10,file
="atest",form
='formatted',status
="old")
11 if (a
.ne
.1.2 .or
. b
.ne
.2.2 .or
. c
.ne
.3.3) call abort
12 close(10, status
="delete")