aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2008-08-09 19:17:24 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2008-08-09 19:17:24 +0000
commit10347b0b8cf88c198e68996b14cbc17e43ac075d (patch)
tree71288726c6dde22fbdf57b57cdb557f1b796a483 /libgfortran
parent08d0963a0e05e44f02c3e6b35faf94669874cb89 (diff)
downloadgcc-10347b0b8cf88c198e68996b14cbc17e43ac075d.zip
gcc-10347b0b8cf88c198e68996b14cbc17e43ac075d.tar.gz
gcc-10347b0b8cf88c198e68996b14cbc17e43ac075d.tar.bz2
re PR fortran/36582 (Namelist I/O error: Bogus "Cannot match namelist object")
2008-07-22 Jerry DeLisle <jvdelisle@gcc.gnu.org> 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
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 0eb171c..373b8da 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -9,7 +9,7 @@
2008-07-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
- PR fortran/36852
+ PR fortran/36582
* io/list_read.c: If variable rank is zero, do not adjust the found
namelist object pointer.