https://gcc.gnu.org/g:faa6fa330f83cb0380ca14b3a8dea0f54efa3329

commit r15-11174-gfaa6fa330f83cb0380ca14b3a8dea0f54efa3329
Author: GCC Administrator <[email protected]>
Date:   Sat May 16 00:19:20 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/c/ChangeLog         |  7 +++++++
 gcc/cp/ChangeLog        |  9 +++++++++
 gcc/testsuite/ChangeLog | 31 +++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 6fde35e83eb8..8ee5b417cbc7 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260515
+20260516
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index ef0b5dc12310..ebde50a4937b 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,10 @@
+2026-05-15  Andi Kleen  <[email protected]>
+
+       PR c/124532
+       * c-parser.cc (struct attr_state): Add reset method.
+       (c_parser_compound_statement_nostart): Rename a to astate.
+       Reset state before iterating statements.
+
 2026-04-20  Martin Uecker  <[email protected]>
 
        Backported from master:
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index cac3a6b1bb46..c98972963497 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2026-05-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-05-15  Jason Merrill  <[email protected]>
+
+       PR c++/125315
+       * constexpr.cc (init_subob_ctx): Allow both ctor and object
+       to be null for an empty subobject.
+
 2026-05-14  Jason Merrill  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d34db5de429d..2430059551f4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,34 @@
+2026-05-15  Antoni Boucher  <[email protected]>
+
+       Backported from master:
+       2025-12-21  Antoni Boucher  <[email protected]>
+
+       PR testsuite/123004
+       * jit.dg/all-non-failing-tests.h: Update comment about
+       test-cold-attribute.c.
+       * jit.dg/test-cold-attribute.c: Use -Oz to fix test.
+
+2026-05-15  Andi Kleen  <[email protected]>
+
+       PR c/124532
+       * c-c++-common/pr124532.c: New test.
+
+2026-05-15  Torbjörn SVENSSON  <[email protected]>
+
+       Backported from master:
+       2026-05-08  Torbjörn SVENSSON  <[email protected]>
+
+       * lib/lto.exp: Make file listing case sensitive by doing case
+       sensitive filter after directory listing.
+
+2026-05-15  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-05-15  Jason Merrill  <[email protected]>
+
+       PR c++/125315
+       * g++.dg/cpp2a/no_unique_address16.C: New test.
+
 2026-05-14  Andi Kleen  <[email protected]>
 
        PR target/124316

Reply via email to