aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-05-09 00:16:43 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-05-09 00:16:43 +0000
commit212905a47d7587dc6e1a3372302b8395dcc0dfc7 (patch)
treeff3f3d24bdcae5598322c6d64ea33f9bd23be968 /libgfortran
parent1e3054d27c83eea54a82c0f87bc858ba1ebd27d2 (diff)
downloadgcc-212905a47d7587dc6e1a3372302b8395dcc0dfc7.zip
gcc-212905a47d7587dc6e1a3372302b8395dcc0dfc7.tar.gz
gcc-212905a47d7587dc6e1a3372302b8395dcc0dfc7.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 305caba..cce66d4 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,25 @@
+2023-05-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * caf/single.c (_gfortran_caf_register): Fix coding style.
+ * io/async.c (update_pdt, async_io): Likewise.
+ * io/format.c (free_format_data): Likewise.
+ * io/transfer.c (st_read_done_worker, st_write_done_worker): Likewise.
+ * io/unix.c (mem_close): Likewise.
+
+2023-05-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * caf/single.c (_gfortran_caf_register): Call free() unconditionally.
+ * io/async.c (update_pdt, async_io): Likewise.
+ * io/format.c (free_format_data): Likewise.
+ * io/transfer.c (st_read_done_worker, st_write_done_worker): Likewise.
+ * io/unix.c (mem_close): Likewise.
+
+2023-05-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/109662
+ * io/list_read.c: Add check for a semicolon after a namelist
+ name in read input. Issue a runtime error message.
+
2023-05-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/109662