From: Jerry DeLisle Date: Tue, 18 Mar 2014 01:30:46 +0000 (+0000) Subject: Fix PR Number in log X-Git-Tag: releases/gcc-4.9.0~422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2538eee23d2cdb453620d000c33445287be4bdb;p=thirdparty%2Fgcc.git Fix PR Number in log From-SVN: r208630 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 69d56275059d..4c9bc856cc4d 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,6 +1,6 @@ 2014-03-17 Jerry DeLisle - PR libfortran/58324 + PR libfortran/48600 * io/list_read.c (list_formatted_read_scalar): Do not use eat_separator. Explicitly set the comma and end-of-line flags. Check for END condition from finish_separator.