https://gcc.gnu.org/g:45f132f88a9a2f87a4d7279c7943d46237ee5872

commit r13-10309-g45f132f88a9a2f87a4d7279c7943d46237ee5872
Author: GCC Administrator <[email protected]>
Date:   Thu May 14 00:18:05 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  8 ++++++++
 gcc/fortran/ChangeLog   | 43 +++++++++++++++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 93 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 32bcf444be08..a3ba0f50cb32 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260513
+20260514
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 35b9d60a54c7..98adc4a382a8 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2026-05-13  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2025-08-21  Jason Merrill  <[email protected]>
+
+       PR c++/120757
+       * pt.cc (tsubst_copy) [OFFSET_REF]: Don't tsubst the type.
+
 2026-03-30  Patrick Palka  <[email protected]>
 
        Backported from master:
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 1d3f104b734f..c5bfaeab3a26 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,46 @@
+2026-05-13  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-10  Christopher Albert  <[email protected]>
+
+       PR fortran/94978
+       * frontend-passes.cc (evaluate_loop_bound): New helper.
+       (inner_loop_may_be_skipped): New helper.
+       (do_subscript): Skip outer-loop bound warnings when nested inner loops
+       may be zero-trip for the substituted bound.
+
+2026-05-13  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-03-16  Paul Thomas  <[email protected]>
+                   Steve Kargl  <[email protected]>
+
+       PR fortran/93832
+       * array.cc (resolve_array_bound): Emit error and return false
+       if bound expression is derived type or class.
+       * primary.cc (gfc_convert_to_structure_constructor): Do not
+       dereference NULL in character component test. Define 'shorter'
+       and use it help cure one of several whitespace issues.
+
+2026-05-13  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-11  Christopher Albert  <[email protected]>
+
+       PR fortran/93814
+       * trans-decl.cc (build_entry_thunks): Create local result buffer
+       and length temporaries for bind(c) CHARACTER entry thunks when the
+       master returns by reference but the thunk returns by value.
+
+2026-05-13  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-09  Christopher Albert  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e0c5e6ef3c46..728bc77d6b57 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,44 @@
+2026-05-13  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2025-08-21  Jason Merrill  <[email protected]>
+
+       PR c++/120757
+       * g++.dg/cpp1y/auto-fn66.C: New test.
+
+2026-05-13  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-10  Christopher Albert  <[email protected]>
+
+       PR fortran/94978
+       * gfortran.dg/pr94978.f90: New test.
+
+2026-05-13  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-03-16  Paul Thomas  <[email protected]>
+                   Steve Kargl  <[email protected]>
+
+       PR fortran/93832
+       * gfortran.dg/pr93832.f90: New test.
+
+2026-05-13  Christopher Albert  <[email protected]>
+
+       Backported from master:
+       2026-04-11  Christopher Albert  <[email protected]>
+
+       PR fortran/93814
+       * gfortran.dg/pr93814.f90: New test.
+
+2026-05-13  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-09  Christopher Albert  <[email protected]>
 
        Backported from master:

Reply via email to