gcc/libgfortran/io
Jerry DeLisle da0747b9b5 re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descriptor)
2010-08-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/45143
	* io/format.c: Remove fnode storage structure definitions, moving these
	to format.h. (parse_format_list): Add check for data descriptors,
	taking care of nested formats. Adjust calling parameters to pass a
	check flag. (parse_format): Likewise.
	* io/format.h: Add structures moved from format.c.

From-SVN: r162978
2010-08-07 12:03:23 +00:00
..
close.c
fbuf.c Remove free_mem 2010-05-07 18:55:59 +03:00
fbuf.h
file_pos.c re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer") 2010-07-15 03:40:56 +00:00
format.c re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descriptor) 2010-08-07 12:03:23 +00:00
format.h re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descriptor) 2010-08-07 12:03:23 +00:00
inquire.c * io/inquire.c: Include io.h before string.h. 2010-07-31 17:37:25 -04:00
intrinsics.c
io.h re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4) 2010-07-16 14:16:04 +00:00
list_read.c re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf) 2010-07-02 21:07:30 +02:00
lock.c Remove free_mem 2010-05-07 18:55:59 +03:00
open.c Remove free_mem 2010-05-07 18:55:59 +03:00
read.c re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4) 2010-07-16 14:16:04 +00:00
size_from_kind.c
transfer.c re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test) 2010-07-19 13:11:54 +00:00
unit.c Don't update the position flag for non-seekable files, check for stell() error. 2010-08-02 09:22:23 +03:00
unix.c Use access(2) instead of stat(2) to test file existence. 2010-08-01 14:22:18 +03:00
unix.h re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin") 2010-07-29 01:32:23 +00:00
write_float.def re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test) 2010-07-19 13:11:54 +00:00
write.c re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test) 2010-07-19 13:11:54 +00:00