diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2014-03-09 05:34:34 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2014-03-09 05:34:34 +0000 |
commit | c706a67a4d93579e7d57e7bdb897ab7180414f5e (patch) | |
tree | e6a11683fb65460a2fb4eb508806c4b3b744f316 /libgfortran/ChangeLog | |
parent | c8869272f7f2129233c5f670a0064314dd312e64 (diff) | |
download | gcc-c706a67a4d93579e7d57e7bdb897ab7180414f5e.zip gcc-c706a67a4d93579e7d57e7bdb897ab7180414f5e.tar.gz gcc-c706a67a4d93579e7d57e7bdb897ab7180414f5e.tar.bz2 |
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
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 1a3539d..83749aa 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -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. |