gcc/libgfortran/io
Jerry DeLisle 13926b249f re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string)
2016-10-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/77828
	* io/io.h (st_parameter_dt): Reorder for readability and sanity.
	* io/transfer.c (data_transfer_init): Remove TODO and enable the
	runtime error message, rec= specifier not allowed in STREAM
	access.
	* libtool-version: Bump major version of libgfortran to 4.

	* ioparm.def: Reorder dt parameters to match libgfortran.
	* libgfortran.h: Swap definitions of GFC_INTERNAL_UNIT and
	GFC_INTERNAL_UNIT4.

From-SVN: r241497
2016-10-24 21:42:29 +00:00
..
close.c
fbuf.c
fbuf.h
file_pos.c
format.c
format.h
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
io.h re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string) 2016-10-24 21:42:29 +00:00
list_read.c
lock.c
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
transfer128.c
transfer.c re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string) 2016-10-24 21:42:29 +00: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
write_float.def
write.c