diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-15 00:17:50 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-15 00:17:50 +0000 |
commit | 5266f930bed06c99a9845bbde7d90cb285037733 (patch) | |
tree | 989f4b4e11e9dfe8b70d29978e0371ef60b12225 /libgfortran | |
parent | 8221201cc59870579b9dc451b173f94b8d8b0993 (diff) | |
download | gcc-5266f930bed06c99a9845bbde7d90cb285037733.zip gcc-5266f930bed06c99a9845bbde7d90cb285037733.tar.gz gcc-5266f930bed06c99a9845bbde7d90cb285037733.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 25a43b2..2c2cd65 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2024-02-14 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + PR fortran/99210 + * io/read.c (read_x): If UTF-8 encoding is enabled, use + read_utf8 to move one character over in the read buffer. + 2024-02-12 Jerry DeLisle <jvdelisle@gcc.gnu.org> * io/transfer.c (formatted_transfer_scalar_write): Adjust |