gcc/libgfortran/io
Jerry DeLisle fdc54f39c1 re PR fortran/78670 ([F03] Incorrect file position with namelist read under DTIO)
2017-03-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/78670
	* io/list_read.c (nml_get_obj_data): Delete code which calls the
	child read procedure. (nml_read_obj): Insert the code which
	calls the child procedure. Don't need to touch nodes if using
	dtio since parent will not be traversing the components.

	PR libgfortran/78670
	* gfortran.dg/dtio_25.f90: Use 'a1' format when trying to read
	a character of length 1. Update test for success.
	* gfortran.dg/dtio_28.f03: New test.
	* gfortran.dg/dtio_4.f90: Update to open test file with status =
	'scratch' to delete the file when done.

From-SVN: r246576
2017-03-29 21:37:45 +00:00
..
close.c
fbuf.c
fbuf.h
file_pos.c
format.c
format.h
inquire.c
intrinsics.c
io.h re PR fortran/78881 ([F03] reading from string with DTIO procedure does not work properly) 2017-03-25 18:48:01 +00:00
list_read.c re PR fortran/78670 ([F03] Incorrect file position with namelist read under DTIO) 2017-03-29 21:37:45 +00:00
lock.c
open.c
read.c
size_from_kind.c
transfer128.c
transfer.c re PR fortran/78881 ([F03] reading from string with DTIO procedure does not work properly) 2017-03-25 18:48:01 +00:00
unit.c re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit) 2017-03-11 14:49:57 +00:00
unix.c
unix.h
write_float.def
write.c re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO) 2017-03-28 19:01:05 +02:00