https://gcc.gnu.org/g:5fbf3f3ad5df348142dd7cbe2296a8941d536398

commit r15-11087-g5fbf3f3ad5df348142dd7cbe2296a8941d536398
Author: GCC Administrator <[email protected]>
Date:   Thu Apr 16 00:18:46 2026 +0000

    Daily bump.

Diff:
---
 config/ChangeLog        |  9 +++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 32 ++++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++
 4 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/config/ChangeLog b/config/ChangeLog
index 35aeb60c3bd9..25f085417d6c 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,12 @@
+2026-04-15  Torbjörn SVENSSON  <[email protected]>
+
+       Backported from master:
+       2026-04-13  Torbjörn SVENSSON  <[email protected]>
+
+       PR target/69639
+       * mh-cygwin: Increase to 64MB stack reserve.
+       * mh-mingw: Likewise.
+
 2025-08-08  Release Manager
 
        * GCC 15.2.0 released.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 3bd3150050a5..caade3775cfa 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260415
+20260416
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f7e66738fd0d..18b5b6f30b5a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,35 @@
+2026-04-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Jason Merrill  <[email protected]>
+
+       PR c++/121643
+       PR c++/123975
+       * coroutines.cc (build_co_await): Pass rvalue to await_suspend.
+       (expand_one_await_expression): Fix await_suspend surgery.
+
+2026-04-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Jason Merrill  <[email protected]>
+
+       PR c++/121961
+       * coroutines.cc (build_actor_fn): Move the delete label before
+       the refcount handling.
+       (cp_coroutine_transform::build_ramp_function): Decrement refcount
+       after destroying gro.
+
+2026-04-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Jason Merrill  <[email protected]>
+
+       PR c++/117133
+       PR c++/124768
+       PR c++/124773
+       * mangle.cc (unmangled_name_p): Don't mangle internal extern "C"
+       variables.
+
 2026-04-07  Patrick Palka  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8d64d8e7c378..02b2a5a025c3 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,31 @@
+2026-04-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Jason Merrill  <[email protected]>
+
+       PR c++/121643
+       PR c++/123975
+       * g++.dg/coroutines/pr121643.C: New test.
+       * g++.dg/coroutines/pr123975.C: New test.
+
+2026-04-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Jason Merrill  <[email protected]>
+
+       PR c++/121961
+       * g++.dg/asan/coroutines1.C: New test.
+
+2026-04-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-04-15  Jason Merrill  <[email protected]>
+
+       PR c++/117133
+       PR c++/124768
+       PR c++/124773
+       * g++.dg/abi/mangle84.C: New test.
+
 2026-04-14  Christophe Lyon  <[email protected]>
 
        Backported from master:

Reply via email to