re PR libfortran/38199 (missed optimization: I/O performance)
commitc706a67a4d93579e7d57e7bdb897ab7180414f5e
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 9 Mar 2014 05:34:34 +0000 (9 05:34 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 9 Mar 2014 05:34:34 +0000 (9 05:34 +0000)
treee6a11683fb65460a2fb4eb508806c4b3b744f316
parentc8869272f7f2129233c5f670a0064314dd312e64
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): Mark unlikely error checks.
(eat_spaces): For character array reading, skip ahead over
spaces rather than call next_char multiple times.

From-SVN: r208439
libgfortran/ChangeLog