summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-12-11 00:19:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-12-11 00:19:28 +0000
commitd5b3d9ed3447bd85c50d794421e97c757b84bfdf (patch)
tree630af21795ff66a1a07408904c7da0ee6b96866b /libgfortran/ChangeLog
parentf102b82d3da6dd4d5f9af1cd622fce93d0c494eb (diff)
Daily bump.
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 17e0caca26c..2ebd0d7bc77 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,12 @@
+2024-12-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/117819
+ * io/read.c (read_decimal): If the read value is short of the
+ specified width and pad mode is PAD yes, check for BLANK ZERO
+ and adjust the value accordingly.
+ (read_decimal_unsigned): Likewise.
+ (read_radix): Likewise.
+
2024-12-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/117820