https://gcc.gnu.org/g:08038dac06cad4225b4a9f4cb04d58e526b6a76b

commit r14-12486-g08038dac06cad4225b4a9f4cb04d58e526b6a76b
Author: GCC Administrator <[email protected]>
Date:   Mon Mar 30 00:18:29 2026 +0000

    Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index eb376f4c35da..e3a27f1f0760 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260329
+20260330
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b33dc7113382..2e4d5aaa426d 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,38 @@
+2026-03-29  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-03-13  Christopher Albert  <[email protected]>
+
+       PR fortran/102459
+       * trans-openmp.cc (gfc_trans_omp_clauses): Choose the scalar
+       reference path from the full expression rank rather than the first
+       array reference.
+       (gfc_trans_omp_depobj): Likewise.
+
+2026-03-29  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-03-12  Christopher Albert  <[email protected]>
+
+       PR fortran/82721
+       * decl.cc (discard_pending_charlen): New helper.
+       (build_sym): Discard unattached CHARACTER length nodes when
+       gfc_add_type rejects the declaration.
+
+2026-03-29  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2025-01-23  Paul Thomas  <[email protected]>
+
+       PR fortran/96087
+       * trans-decl.cc (gfc_get_symbol_decl): If a dummy is missing a
+       backend decl, it is likely that it has come from a module proc
+       interface. Look for the formal symbol by name in the containing
+       proc and use its backend decl.
+       * trans-expr.cc (gfc_apply_interface_mapping_to_expr): For the
+       same reason, match the name, rather than the symbol address to
+       perform the mapping.
+
 2026-03-28  Paul Thomas  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 158743fad52d..a9dcc5e47593 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,27 @@
+2026-03-29  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-03-13  Christopher Albert  <[email protected]>
+
+       PR fortran/102459
+       * gfortran.dg/pr102459.f90: New test.
+
+2026-03-29  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-03-12  Christopher Albert  <[email protected]>
+
+       PR fortran/82721
+       * gfortran.dg/pr82721.f90: New test.
+
+2026-03-29  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2025-01-23  Paul Thomas  <[email protected]>
+
+       PR fortran/96087
+       * gfortran.dg/pr96087.f90: New test.
+
 2026-03-28  Paul Thomas  <[email protected]>
 
        Backported from master:

Reply via email to