re PR libfortran/78549 (Very slow formatted internal file output)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 21 Nov 2017 02:17:11 +0000 (02:17 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 21 Nov 2017 02:17:11 +0000 (02:17 +0000)
commit8c098567886e155a07aabfeea764d5c67eadbdaf
tree0079454f1190fece42b63c7212011aa660f64fa4
parent34b81eb96cd1df28d7f878bc1f3df607746507da
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
libgfortran/ChangeLog
libgfortran/io/io.h
libgfortran/io/transfer.c
libgfortran/io/unit.c