From: Jerry DeLisle Date: Sun, 9 Mar 2014 05:34:34 +0000 (+0000) Subject: re PR libfortran/38199 (missed optimization: I/O performance) X-Git-Tag: releases/gcc-4.9.0~516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c706a67a4d93579e7d57e7bdb897ab7180414f5e;p=thirdparty%2Fgcc.git re PR libfortran/38199 (missed optimization: I/O performance) 2014-03-08 Jerry DeLisle 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 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 1a3539ddb710..83749aa6b1f5 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,7 +1,7 @@ 2014-03-08 Jerry DeLisle 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.