re PR libfortran/38199 (missed optimization: I/O performance)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 9 Mar 2014 03:17:16 +0000 (03:17 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 9 Mar 2014 03:17:16 +0000 (03:17 +0000)
commitc8869272f7f2129233c5f670a0064314dd312e64
treee9297a315533e1957c8203a26d07d4ed169276a2
parenta5165cff4d16be9a1e1e6d9815a31b3ffa6ab096
re PR libfortran/38199 (missed optimization: I/O performance)

2014-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu>

PR libfortran/38199
* io/list_read.c (next_char): Delete unuseful error checks.
(eat_spaces): For character array reading, skip ahead over
spaces rather than call next_char multiple times.

From-SVN: r208438
libgfortran/ChangeLog
libgfortran/io/list_read.c