aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2009-08-02 18:31:07 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2009-08-02 18:31:07 +0000
commitba286d56964f5232eac0b8e87780fd229c57b73c (patch)
treefef71634d1b212360a95fc2f6d138dc350b98908 /libgfortran/ChangeLog
parent0589e07db3092a8f3788581f47d0c94c51fb4e79 (diff)
downloadgcc-ba286d56964f5232eac0b8e87780fd229c57b73c.zip
gcc-ba286d56964f5232eac0b8e87780fd229c57b73c.tar.gz
gcc-ba286d56964f5232eac0b8e87780fd229c57b73c.tar.bz2
re PR fortran/40853 (I/O: Namelist read error)
2009-08-02 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/40853 * io/list_read.c (nml_get_obj_data): Do not set nl pointer to first_nl if nl->next is NULL. From-SVN: r150356
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index e8efb64..846bdfb 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/40853
+ * io/list_read.c (nml_get_obj_data): Do not set nl
+ pointer to first_nl if nl->next is NULL.
+
2009-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
* Makefile.am: Don't set SECTION_FLAGS with @SECTION_FLAGS@.