gcc/libgfortran/io
Jerry DeLisle beb6a65e75 re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wrong output)
2007-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/31199
	*io/io.h: Add saved_pos to gfc_unit structure.
	*io/open.c (new_unit): Initialize saved_pos.
	*io/transfer.c (data_transfer_init): Set max_pos to value in saved_pos.
	(next_record_w): Fix whitespace.
	(finalze_transfer): Calculate max_pos for ADVANCE="no" and save it for
	later use.  If not ADVANCE="no" set saved_pos to zero.

From-SVN: r123205
2007-03-26 03:23:15 +00:00
..
close.c
file_pos.c re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs past EOF) 2007-03-23 00:13:19 +00:00
format.c
inquire.c
intrinsics.c
io.h re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wrong output) 2007-03-26 03:23:15 +00:00
list_read.c re PR libfortran/30918 (Failure to skip commented out NAMELIST) 2007-02-25 02:27:17 +00:00
lock.c
open.c re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wrong output) 2007-03-26 03:23:15 +00:00
read.c
size_from_kind.c
transfer.c re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wrong output) 2007-03-26 03:23:15 +00:00
unit.c
unix.c re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs past EOF) 2007-03-23 00:13:19 +00:00
write.c