summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-21 18:23:20 +0000
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-21 18:23:20 +0000
commit81f01f54ea9ee3cfcb8a1b6a7229d10bcc3fbd93 (patch)
treed5c3ed5aa7ca5e90fb29fbd5c6867f125b31a42f /libgfortran/ChangeLog
parent5b00351b5a9dca4b6f3c47c6be03472315120aec (diff)
downloadgcc-81f01f54ea9ee3cfcb8a1b6a7229d10bcc3fbd93.tar.gz
2015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/65234 * io/format.c (parse_format_list): Set the seen_dd flag in all cases where a data descriptor has been seen. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222274 138bc75d-0d04-0410-961f-82ee72b054a4
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 e17dcae46d3..2df9030d058 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,11 @@
2015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+ PR libgfortran/65234
+ * io/format.c (parse_format_list): Set the seen_dd flag in all
+ cases where a data descriptor has been seen.
+
+2015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
PR libgfortran/56743
* io/list_read.c (CASE_SEPARATORS): Add case for '!'.
(is_separator): Add condition for '!'.