https://gcc.gnu.org/g:84005462878e211b9b3e551e1b9dab58bb56c604

commit r14-12581-g84005462878e211b9b3e551e1b9dab58bb56c604
Author: GCC Administrator <[email protected]>
Date:   Wed May 13 00:19:30 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  9 +++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 22 ++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 21 +++++++++++++++++++++
 4 files changed, 53 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f27a1fea2c60..7c35d76c0ddb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2026-05-12  Martin Jambor  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Martin Jambor  <[email protected]>
+
+       PR tree-optimization/122976
+       * tree-sra.cc (path_comparable_for_same_access): Return false if the
+       base is a MEM_REF with a different underlying type.
+
 2026-05-03  Collin Funk  <[email protected]>
 
        Backported from master:
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 08b6ade80977..94d6dd18ea6b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,25 @@
+2026-05-12  Paul Thomas  <[email protected]>
+
+       * 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 6963935f5c64..0a9debc6a93f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,24 @@
+2026-05-12  Martin Jambor  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Martin Jambor  <[email protected]>
+
+       PR tree-optimization/122976
+       * gcc.dg/tree-ssa/pr122976.c: New test.
+
+2026-05-12  Paul Thomas  <[email protected]>
+
+       * 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-09  Christopher Albert  <[email protected]>
 
        Backported from master:

Reply via email to