From: Jerry DeLisle Date: Sat, 9 Aug 2008 19:17:24 +0000 (+0000) Subject: re PR fortran/36582 (Namelist I/O error: Bogus "Cannot match namelist object") X-Git-Tag: releases/gcc-4.4.0~3211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10347b0b8cf88c198e68996b14cbc17e43ac075d;p=thirdparty%2Fgcc.git re PR fortran/36582 (Namelist I/O error: Bogus "Cannot match namelist object") 2008-07-22 Jerry DeLisle PR fortran/36582 * io/list_read.c: If variable rank is zero, do not adjust the found namelist object pointer. Fix ChangeLog. From-SVN: r138914 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 0eb171ce4b0b..373b8da2a312 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -9,7 +9,7 @@ 2008-07-22 Jerry DeLisle - PR fortran/36852 + PR fortran/36582 * io/list_read.c: If variable rank is zero, do not adjust the found namelist object pointer.