https://gcc.gnu.org/g:73144d8be9acb14ab9d722b33a18f90afc74a35f

commit r14-12123-g73144d8be9acb14ab9d722b33a18f90afc74a35f
Author: GCC Administrator <[email protected]>
Date:   Sun Oct 26 00:27:34 2025 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 18 ++++++++++++++++++
 gcc/testsuite/ChangeLog | 16 ++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 8135eec54b64..8a8350ab3d95 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251025
+20251026
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 0821ba107cda..739b74076d68 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,21 @@
+2025-10-25  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-04  Harald Anlauf  <[email protected]>
+
+       PR fortran/107968
+       * trans-io.cc (gfc_trans_transfer): Also scalarize I/O of section
+       of an array pointer.
+
+2025-10-25  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-09  Harald Anlauf  <[email protected]>
+
+       PR fortran/122206
+       * trans-types.cc (gfc_get_function_type): Do not clobber an
+       existing procedure interface.
+
 2025-10-05  Harald Anlauf  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 167cc068cbf5..07894fc2673b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2025-10-25  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-04  Harald Anlauf  <[email protected]>
+
+       PR fortran/107968
+       * gfortran.dg/implied_do_io_9.f90: New test.
+
+2025-10-25  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-09  Harald Anlauf  <[email protected]>
+
+       PR fortran/122206
+       * gfortran.dg/interface_abstract_6.f90: New test.
+
 2025-10-24  H.J. Lu  <[email protected]>
 
        Backported from master:

Reply via email to