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

commit r14-12575-gd4ab907437ccb43f34fdba6f7f818e63f4fb3d26
Author: GCC Administrator <[email protected]>
Date:   Sun May 10 00:18:35 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 26 ++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 17 +++++++++++++++++
 3 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index c3a21ad04b90..4be47a9913ff 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260509
+20260510
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 764b2562e4eb..08b6ade80977 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,29 @@
+2026-05-09  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-07  Paul Thomas  <[email protected]>
+
+       PR fortran/107425
+       * trans-decl.cc (gfc_finish_var_decl): Check for
+       omp_affinity_iterators namespace before FL_LABEL BLOCK check.
+       Only route actual iterator variables through add_decl_as_local;
+       add other variables to the enclosing function.
+
+2026-05-09  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-06  Christopher Albert  <[email protected]>
+
+       PR fortran/79524
+       PR fortran/79524
+       * decl.cc (discard_pending_charlens): New helper.
+       (add_init_expr_to_sym): Drop statement-local charlens when
+       rejecting variable-length parameter arrays.
+       (variable_decl, do_parm, enumerator_decl): Save the current
+       namespace charlen list before parsing declarations with
+       initializers.
+       (match_procedure_decl): Adjust call to add_init_expr_to_sym.
+
 2026-05-06  Christopher Albert  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 91758acf3a55..6963935f5c64 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,20 @@
+2026-05-09  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-07  Paul Thomas  <[email protected]>
+
+       PR fortran/107425
+       * gfortran.dg/gomp/pr107425.f90: New test.
+
+2026-05-09  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-06  Christopher Albert  <[email protected]>
+
+       PR fortran/79524
+       PR fortran/79524
+       * gfortran.dg/pr79524.f90: New test.
+
 2026-05-06  Christopher Albert  <[email protected]>
 
        Backported from master:

Reply via email to