https://gcc.gnu.org/g:1a8fd051cb2446c7e8560f3559f6480371f4ab56

commit r15-10381-g1a8fd051cb2446c7e8560f3559f6480371f4ab56
Author: GCC Administrator <[email protected]>
Date:   Mon Sep 29 00:25:02 2025 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 28 ++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 758c2d58c0e1..7735e7b57c4e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250928
+20250929
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 263aeeebdb1f..f3396848b9a8 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,31 @@
+2025-09-28  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-09-11  Harald Anlauf  <[email protected]>
+
+       PR fortran/121616
+       * primary.cc (gfc_variable_attr): Properly set dimension attribute
+       from a component ref.
+
+2025-09-28  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-09-25  Harald Anlauf  <[email protected]>
+
+       PR fortran/121939
+       * trans-types.cc (gfc_init_types): Set string flag for all
+       character types.
+
+2025-09-28  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-09-21  Harald Anlauf  <[email protected]>
+
+       PR fortran/108581
+       * trans-array.cc (gfc_conv_expr_descriptor): Take the dynamic
+       string length into account when deriving the dataptr offset for
+       a deferred-length character array.
+
 2025-09-23  Paul Thomas  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6c194b4bb7f1..ad7f4018acc6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,28 @@
+2025-09-28  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-09-11  Harald Anlauf  <[email protected]>
+
+       PR fortran/121616
+       * gfortran.dg/alloc_comp_assign_17.f90: New test.
+
+2025-09-28  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-09-25  Harald Anlauf  <[email protected]>
+
+       PR fortran/121939
+       * gfortran.dg/deferred_character_39.f90: Disable temporary
+       workaround for character(kind=4) deferred-length bug.
+
+2025-09-28  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2025-09-21  Harald Anlauf  <[email protected]>
+
+       PR fortran/108581
+       * gfortran.dg/deferred_character_39.f90: New test.
+
 2025-09-26  Lulu Cheng  <[email protected]>
 
        Backported from master:

Reply via email to