gcc/libgfortran/io
Jerry DeLisle c680ada5f5 re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))
2016-10-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/48298
	* io/io.h: Move size_used from dtp to unit structure. Add bool
	has_size to unit structure.
	* read.c (read_x): Use has_size and size_used.
	* transfer.c (read_sf_internal,read_sf,read_block_form,
	read_block_form4): Likewise.
	(data_transfer_init): If parent, initialize the size variables.
	(finalize_transfer): Set the size variable using size_used in
	gfc_unit. (write_block): Delete bogus/dead code.

	* gfortran.dg/dtio_17.f90: New test.

From-SVN: r241294
2016-10-18 04:14:25 +00:00
..
close.c Update copyright years. 2016-01-04 15:30:50 +01:00
fbuf.c Update copyright years. 2016-01-04 15:30:50 +01:00
fbuf.h Update copyright years. 2016-01-04 15:30:50 +01:00
file_pos.c Update copyright years. 2016-01-04 15:30:50 +01:00
format.c [multiple changes] 2016-08-31 05:36:22 +00:00
format.h [multiple changes] 2016-08-31 05:36:22 +00:00
inquire.c re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire_via_unit) 2016-10-05 16:32:24 +00:00
intrinsics.c Update copyright years. 2016-01-04 15:30:50 +01:00
io.h re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) 2016-10-18 04:14:25 +00:00
list_read.c re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) 2016-09-23 20:36:21 +00:00
lock.c Update copyright years. 2016-01-04 15:30:50 +01:00
open.c PR 48587 Newunit allocator 2016-10-15 16:14:15 +03:00
read.c re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) 2016-10-18 04:14:25 +00:00
size_from_kind.c Update copyright years. 2016-01-04 15:30:50 +01:00
transfer.c re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) 2016-10-18 04:14:25 +00:00
transfer128.c Update copyright years. 2016-01-04 15:30:50 +01:00
unit.c PR 48587 Newunit allocator 2016-10-15 16:14:15 +03:00
unix.c PR 67585 Handle EINTR 2016-10-09 21:05:56 +03:00
unix.h Update copyright years. 2016-01-04 15:30:50 +01:00
write.c re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0) 2016-08-31 17:45:26 +00:00
write_float.def re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0) 2016-09-06 23:22:26 +00:00