https://gcc.gnu.org/g:3c92f70d174a1bc9a4bfb866d331caa9943fe724

commit r13-10509-g3c92f70d174a1bc9a4bfb866d331caa9943fe724
Author: GCC Administrator <[email protected]>
Date:   Fri Sep 4 00:18:14 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 14 ++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 libstdc++-v3/ChangeLog  | 20 ++++++++++++++++++++
 5 files changed, 130 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ffe9416a0ac..c0e9b42e71ff 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+2026-09-03  Francois-Xavier Coudert  <[email protected]>
+
+       Backported from master:
+       2025-07-14  François-Xavier Coudert  <[email protected]>
+
+       PR target/120645
+       * config/darwin-driver.cc: Account for latest macOS numbering
+       scheme.
+
+2026-09-03  Iain Sandoe  <[email protected]>
+
+       * config/darwin.h: Remove references to heap trampoline
+       symbols.
+
 2026-08-29  Georg-Johann Lay  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4eb76dd06b30..a368706addda 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260903
+20260904
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 880400cf5f43..c46832895980 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,50 @@
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-08-14  Patrick Palka  <[email protected]>
+
+       PR c++/126483
+       * typeck2.cc (store_init_value): Check maybe_constexpr_fn
+       instead of DECL_DECLARED_CONSTEXPR_P of the function scope.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-07-25  Patrick Palka  <[email protected]>
+
+       PR c++/126280
+       * pt.cc (mark_template_arguments_used): Split out loop into ...
+       (mark_template_arguments_used_1): ... here. Recurse into
+       argument packs.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-04-07  Patrick Palka  <[email protected]>
+
+       PR c++/123529
+       PR c++/98930
+       * pt.cc (has_value_dependent_address): Correct context
+       dependence check for a static local variable.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-02-17  Patrick Palka  <[email protected]>
+
+       PR c++/121822
+       * cvt.cc (convert_to_void): Don't evaluate a concept-id
+       in an unevaluated context.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2025-09-20  Patrick Palka  <[email protected]>
+
+       PR c++/121981
+       * pt.cc (any_template_parm_r) <case TEMPLATE_TYPE_PARM>:
+       Don't walk TREE_TYPE.
+
 2026-08-20  Marek Polacek  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 798c229bcb57..53a1105ec11b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,51 @@
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-08-14  Patrick Palka  <[email protected]>
+
+       PR c++/126483
+       * g++.dg/cpp2a/is-constant-evaluated16.C: New test.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-07-25  Patrick Palka  <[email protected]>
+
+       PR c++/126280
+       * g++.dg/template/fn-ptr6.C: New test.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-04-07  Patrick Palka  <[email protected]>
+
+       PR c++/123529
+       PR c++/98930
+       * g++.dg/cpp1z/nontype9.C: New test.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-02-17  Patrick Palka  <[email protected]>
+
+       PR c++/121822
+       * g++.dg/cpp2a/concepts-decltype6.C: New test.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2025-09-20  Patrick Palka  <[email protected]>
+
+       PR c++/121981
+       * g++.dg/cpp2a/concepts-placeholder15.C: New test.
+
+2026-09-03  Francois-Xavier Coudert  <[email protected]>
+
+       Backported from master:
+       2025-07-14  François-Xavier Coudert  <[email protected]>
+
+       * gcc.dg/darwin-minversion-link.c: Account for macOS 26.
+
 2026-08-29  Georg-Johann Lay  <[email protected]>
 
        Backported from master:
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b3802c43ad58..1ff7d56cff54 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,23 @@
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2025-07-01  Patrick Palka  <[email protected]>
+
+       PR libstdc++/120789
+       * include/bits/ranges_algo.h (__remove_if_fn::operator()): Use
+       ranges::iter_move(iter) instead of std::move(*iter).
+       * testsuite/25_algorithms/remove_if/120789.cc: New test.
+
+2026-09-03  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2025-07-01  Patrick Palka  <[email protected]>
+
+       PR libstdc++/120789
+       * include/bits/ranges_algo.h (__unique_fn::operator()): Use
+       ranges::iter_move(iter) instead of std::move(*iter).
+       * testsuite/25_algorithms/unique/120789.cc: New test.
+
 2026-08-25  Jonathan Wakely  <[email protected]>
 
        Backported from master:

Reply via email to