gcc/libgfortran/io
Janne Blomqvist 2563a16d3c PR 44292 Handle large record lengths
Now that the ABI supports large record lengths, there's a few places
in libgfortran where we need to use larger types. For internal units
which by definition are in-memory, it's enought to use ptrdiff_t, for
external units gfc_offset.

Regtested on x86_64-pc-linux-gnu?

libgfortran/ChangeLog:

2017-11-19  Janne Blomqvist  <jb@gcc.gnu.org>

        PR fortran/44292
	* io/transfer.c (skip_record): Use gfc_offset to handle large
	records.
	(next_record_r): Likewise.
	(sset): Likewise.
	(next_record_w): Use gfc_offset/ptrdiff_t appropriately.

From-SVN: r254918
2017-11-19 00:05:13 +02:00
..
close.c
fbuf.c
fbuf.h
file_pos.c
format.c re PR libfortran/81938 (valgrind error message and heap-buffer-overflow on address sanitized libgfortran.so) 2017-10-27 17:50:22 +00:00
format.h
inquire.c
intrinsics.c
io.h PR 83036 Make NEXTREC specifier for INQUIRE work for large record numbers 2017-11-18 18:56:21 +02:00
list_read.c
lock.c
open.c
read.c
size_from_kind.c
transfer128.c
transfer.c PR 44292 Handle large record lengths 2017-11-19 00:05:13 +02:00
unit.c
unix.c
unix.h
write_float.def
write.c