https://gcc.gnu.org/g:4c35d5dedd8a7fff7b56cc3e98f46da5a99b9db2
commit r14-12610-g4c35d5dedd8a7fff7b56cc3e98f46da5a99b9db2 Author: GCC Administrator <[email protected]> Date: Sat May 16 00:18:14 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 18 ++++++++++++++++++ 3 files changed, 28 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/cp/ChangeLog b/gcc/cp/ChangeLog index 7e92fc202d35..91043b44e249 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 Egas Ribeiro <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 29a04cb84426..09f6800f2955 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,21 @@ +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 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
