re PR libfortran/38199 (missed optimization: I/O performance)
commit79617d7e2e4e868da8bca85ea3d6d61ad1e89e4c
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 15 Apr 2012 11:52:44 +0000 (15 11:52 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 15 Apr 2012 11:52:44 +0000 (15 11:52 +0000)
tree08aaee7239c0ac44b4cc25e5300419ba6b41659f
parent9b63dcab1e9c9243604c8762ff9145951e485b9e
re PR libfortran/38199 (missed optimization: I/O performance)

2012-04-15  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38199
PR libfortran/50673
* intrinsics/string_intriniscs_inc.c (string_len_trim):
Remove prototypes for string_len_trim and move to...
* libgfortran.h (string_len_trim): ... here and
(string_len_trim_char4): ...here.
* io/unit.c: For non-array internal arrays where we do reading,
adjust the record length to the last non-blank character.
* io/unix.c:  Fix typo.

From-SVN: r186466
libgfortran/ChangeLog
libgfortran/intrinsics/string_intrinsics_inc.c
libgfortran/io/unit.c
libgfortran/io/unix.c
libgfortran/libgfortran.h