gcc/libgfortran/io
Jerry DeLisle 8c09856788 re PR libfortran/78549 (Very slow formatted internal file output)
2017-11-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/78549
	* io/io.h (newunit_free): Add declaration. Clean some whitespace.
	* io/transfer.c (st_read_done, st_write_done): Call newunit_free.
	* io/unit.c (newunit_free): Change type from static void to void.

From-SVN: r254982
2017-11-21 02:17:11 +00:00
..
close.c
fbuf.c
fbuf.h
file_pos.c
format.c
format.h
inquire.c
intrinsics.c
io.h re PR libfortran/78549 (Very slow formatted internal file output) 2017-11-21 02:17:11 +00:00
list_read.c
lock.c
open.c
read.c
size_from_kind.c
transfer128.c
transfer.c re PR libfortran/78549 (Very slow formatted internal file output) 2017-11-21 02:17:11 +00:00
unit.c re PR libfortran/78549 (Very slow formatted internal file output) 2017-11-21 02:17:11 +00:00
unix.c
unix.h
write_float.def
write.c