OSDN Git Service

2007-04-23 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2007 19:43:54 +0000 (19:43 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2007 19:43:54 +0000 (19:43 +0000)
commit66b0529df85897ff4aa7739ff789f6fef2c6d6ee
treea0f753f8651bc3ca395a636bc80a13ee8f1a693c
parent1f346cbc091d77500ed14e4a27837e6d903fe5ef
2007-04-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/31618
* io/transfer.c (read_block_direct):  Instead of calling us_read,
set dtp->u.p.current_unit->current_record = 0 so that pre_position
will read the record marker.
(data_transfer_init):  For different error conditions, call
generate_error, then return.

2007-04-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/31618
* gfortran.dg/backspace_8.f:  New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124079 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/backspace_8.f [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/transfer.c