summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-17 00:47:14 +0000
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-17 00:47:14 +0000
commit7f3306b42ef7070e02344ef63335b5213bc4551a (patch)
tree408cb4fc5dc4082b93a6241a8cfa132f36e1c11f /libgfortran/ChangeLog
parent1a8af0cb37bf02d909effd40b397f8777e2c5ce5 (diff)
downloadgcc-7f3306b42ef7070e02344ef63335b5213bc4551a.tar.gz
2007-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/34427 * io/list_read.c (read_real): Handle intervening line ends and spaces. (get_name): Don't push separators to saved_string. (eat_separator): If in namelist mode eat spaces and line ends as well. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131003 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index d9706df3ab1..286524b35c2 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/34427
+ * io/list_read.c (read_real): Handle intervening line ends and spaces.
+ (get_name): Don't push separators to saved_string.
+ (eat_separator): If in namelist mode eat spaces and line ends as well.
+
2007-12-13 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/34370