https://gcc.gnu.org/g:1429b8a2e93ee853b4e3ae701f8167708e61f653

commit r15-10473-g1429b8a2e93ee853b4e3ae701f8167708e61f653
Author: GCC Administrator <[email protected]>
Date:   Sun Nov 2 00:27:20 2025 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 10 ++++++++++
 gcc/fortran/ChangeLog   | 23 +++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
 4 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 38eec118b91c..befd7357351d 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251101
+20251102
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 23f2bfa21f2a..27614bb44474 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,13 @@
+2025-11-01  Nathaniel Shead  <[email protected]>
+
+       Backported from master:
+       2025-11-01  Nathaniel Shead  <[email protected]>
+
+       PR c++/122381
+       * module.cc (trees_out::core_vals): Write BASELINK_OPTYPE (aka
+       TREE_CHAIN).
+       (trees_in::core_vals): Read it.
+
 2025-10-28  Patrick Palka  <[email protected]>
 
        Backported from master:
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 5e36c6bdd41e..4e8a3e7c0aa8 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,26 @@
+2025-11-01  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-25  Harald Anlauf  <[email protected]>
+
+       PR fortran/114023
+       * trans-expr.cc (gfc_trans_pointer_assignment): Always set dtype
+       when remapping a pointer.  For unlimited polymorphic LHS use
+       elem_len from RHS.
+       * trans-intrinsic.cc (gfc_conv_is_contiguous_expr): Extend inline
+       generated code for IS_CONTIGUOUS for pointer arguments to detect
+       when span differs from the element size.
+
+2025-11-01  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-24  Harald Anlauf  <[email protected]>
+
+       PR fortran/122386
+       * dependency.cc (gfc_ref_needs_temporary_p): Revert r16-518.
+       * trans-intrinsic.cc (gfc_conv_intrinsic_transfer): Force temporary
+       for SOURCE not being a simply-contiguous array.
+
 2025-10-25  Harald Anlauf  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c164282c9e1f..91238e7e862a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,28 @@
+2025-11-01  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-25  Harald Anlauf  <[email protected]>
+
+       PR fortran/114023
+       * gfortran.dg/is_contiguous_5.f90: New test.
+
+2025-11-01  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-10-24  Harald Anlauf  <[email protected]>
+
+       PR fortran/122386
+       * gfortran.dg/transfer_array_subref_2.f90: New test.
+
+2025-11-01  Nathaniel Shead  <[email protected]>
+
+       Backported from master:
+       2025-11-01  Nathaniel Shead  <[email protected]>
+
+       PR c++/122381
+       * g++.dg/modules/convop-2_a.H: New test.
+       * g++.dg/modules/convop-2_b.C: New test.
+
 2025-10-31  Tamar Christina  <[email protected]>
 
        Backported from master:

Reply via email to