summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-08-21 00:16:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-08-21 00:16:23 +0000
commit5b9a3d2a0545f0ba118d74aca30b60689d31f387 (patch)
treeefd5f3c23e8c34cf5a84f3f5af02ae5b117169c3 /libgfortran
parent15717b4784053e59121a1e239d0081ca4d2c738a (diff)
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 9b868d3fe23..b2e7d7bf5d9 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+2020-08-20 Mark Eggleston <markeggleston@gcc.gnu.org>
+
+ PR fortran/96436
+ * io/format.c (parse_format_list): Add new local variable
+ "standard" to hold the required standard to check. If the
+ format width is zero select standard depending on descriptor.
+ Call notification_std using the new standard variable.
+
2020-08-17 David Edelsohn <dje.gcc@gmail.com>
Clement Chigot <clement.chigot@atos.net>