https://gcc.gnu.org/g:fc623e58376e5044c05a08598d4aa49bd0c2453b

commit r15-11464-gfc623e58376e5044c05a08598d4aa49bd0c2453b
Author: GCC Administrator <[email protected]>
Date:   Sun Aug 9 00:19:57 2026 +0000

    Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index ac282fe95ef3..8cb42c2ba5a3 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260808
+20260809
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 8cf95b3b73ca..cd577bf4d86b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,22 @@
+2026-08-08  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-02-03  Paul Thomas  <[email protected]>
+
+       PR fortran/123952
+       * symbol.cc (gfc_copy_dummy_sym): Ensure that external, array
+       valued destination symbols have the correct interface so that
+       conflicts do not arise when adding attributes.
+
+2026-08-08  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-05-23  Paul Thomas  <[email protected]>
+
+       PR fortran/125263
+       * trans-expr.cc (gfc_trans_assignment_1): Pass scalar class to
+       derived type assignment expressions to gfc_trans_scalar_assign.
+
 2026-08-05  Jerry DeLisle  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0d3bb1b8ef28..8ae37f7561c3 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2026-08-08  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-02-03  Paul Thomas  <[email protected]>
+
+       PR fortran/123952
+       * gfortran.dg/pr123952.f90: New test.
+
+2026-08-08  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-05-23  Paul Thomas  <[email protected]>
+
+       PR fortran/125263
+       * gfortran.dg/pr125263.f90: New test.
+
 2026-08-05  Jerry DeLisle  <[email protected]>
 
        Backported from master:

Reply via email to