aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2014-03-09 05:34:34 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2014-03-09 05:34:34 +0000
commitc706a67a4d93579e7d57e7bdb897ab7180414f5e (patch)
treee6a11683fb65460a2fb4eb508806c4b3b744f316 /libgfortran/ChangeLog
parentc8869272f7f2129233c5f670a0064314dd312e64 (diff)
downloadgcc-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/ChangeLog2
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.