]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libfortran/38199 (missed optimization: I/O performance)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 9 Mar 2014 05:34:34 +0000 (05:34 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 9 Mar 2014 05:34:34 +0000 (05:34 +0000)
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

index 1a3539ddb7101d1c304aa073e4affdb246700956..83749aa6b1f516331c9cd036508d5615b204033e 100644 (file)
@@ -1,7 +1,7 @@
 2014-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu>
 
        PR libfortran/38199
-       * io/list_read.c (next_char): Delete unuseful error checks.
+       * 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.