aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-05-13 00:17:14 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-05-13 00:17:14 +0000
commit20ca33db817cecb11661caad4a90c0aeced9130b (patch)
treedf98fab91a92e261ba030dce8368239f1b40e7a8 /libgfortran/ChangeLog
parent96cc09dea48b562a0fc93d43fb3b702ac20b89fd (diff)
downloadgcc-20ca33db817cecb11661caad4a90c0aeced9130b.zip
gcc-20ca33db817cecb11661caad4a90c0aeced9130b.tar.gz
gcc-20ca33db817cecb11661caad4a90c0aeced9130b.tar.bz2
Daily bump.
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 cce66d4..39729f5 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,10 @@
+2023-05-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/109662
+ * io/unit.c (set_internal_unit): Set the internal unit
+ last_char to zero so that previous EOF characters do not
+ influence the next read.
+
2023-05-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* caf/single.c (_gfortran_caf_register): Fix coding style.