diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2015-04-21 18:23:20 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2015-04-21 18:23:20 +0000 |
commit | 72cb12b07770bf62cee1fe9c1a9d3c27da2968e6 (patch) | |
tree | d5c3ed5aa7ca5e90fb29fbd5c6867f125b31a42f /libgfortran/ChangeLog | |
parent | dfce59eba33b2d602fa9c10451f571a596a9a4d8 (diff) | |
download | gcc-72cb12b07770bf62cee1fe9c1a9d3c27da2968e6.zip gcc-72cb12b07770bf62cee1fe9c1a9d3c27da2968e6.tar.gz gcc-72cb12b07770bf62cee1fe9c1a9d3c27da2968e6.tar.bz2 |
re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)
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.
From-SVN: r222274
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index e17dcae..2df9030 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 '!'. |