From: Jerry DeLisle Date: Tue, 24 May 2016 06:16:00 +0000 (+0000) Subject: re PR libfortran/71123 (Namelist read failure on Windows) X-Git-Tag: basepoints/gcc-8~6714 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64fc0cd9b2a83a4b0301d8d7890bf27880d8384e;p=thirdparty%2Fgcc.git re PR libfortran/71123 (Namelist read failure on Windows) 2016-05-23 Jerry DeLisle PR libgfortran/71123 * io/list_read (eat_spaces): Eat '\r' as part of spaces. fix change log From-SVN: r236629 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 549a5aa2a2ee..c994a0144119 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,6 +1,6 @@ 2016-05-23 Jerry DeLisle - PR libgfortran/70684 + PR libgfortran/71123 * io/list_read (eat_spaces): Eat '\r' as part of spaces. 2016-04-19 Jerry DeLisle