https://gcc.gnu.org/g:18855b5d96995e34218f0211a347315521594146

commit r15-11151-g18855b5d96995e34218f0211a347315521594146
Author: GCC Administrator <[email protected]>
Date:   Wed May 13 00:20:11 2026 +0000

    Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index dfe83385ca85..32bcf444be08 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260512
+20260513
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 44d70600c647..c67e1ec5f434 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,39 @@
+2026-05-12  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-08  Paul Thomas  <[email protected]>
+
+       PR fortran/93715
+       * trans-decl.cc (gfc_trans_deferred_vars): Skip auto array
+       allocation for scalar coarrays.
+
+2026-05-12  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-13  Christopher Albert  <[email protected]>
+
+       PR fortran/101760
+       PR fortran/102314
+       * trans-openmp.cc (gfc_omp_finish_clause): Compute OMP_CLAUSE_SIZE
+       from the array domain bounds and element size for VLA types instead
+       of using TYPE_SIZE_UNIT directly, to avoid corrupting the type.
+
+2026-05-12  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-07  Paul Thomas  <[email protected]>
+
+       PR fortran/85352
+       * resolve.cc (specification_expr_symbol): New variable.
+       (entry_dummy_seen_p): Return whether a dummy appears in an already
+       seen ENTRY.
+       (gfc_resolve_formal_arglist): Remember the dummy whose specification
+       expressions are being resolved.
+       (resolve_variable): Accept unresolved sibling ENTRY dummy arguments
+       while resolving the current dummy's specification expressions.
+       (resolve_fl_variable): Preserve specification_expr_symbol.
+       (resolve_symbol_array_spec): Likewise.
+
 2026-05-09  Christopher Albert  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e8eb3e6f036c..d209920b53e0 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,29 @@
+2026-05-12  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-08  Paul Thomas  <[email protected]>
+
+       PR fortran/93715
+       * gfortran.dg/pr93715.f90: New test.
+
+2026-05-12  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-13  Christopher Albert  <[email protected]>
+
+       PR fortran/101760
+       PR fortran/102314
+       * gfortran.dg/gomp/pr101760.f90: New test.
+       * gfortran.dg/gomp/pr102314.f90: New test.
+
+2026-05-12  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-07  Paul Thomas  <[email protected]>
+
+       PR fortran/85352
+       * gfortran.dg/pr85352.f90: New test.
+
 2026-05-10  Eric Botcazou  <[email protected]>
 
        * gnat.dg/enum6.adb: New test.

Reply via email to