https://gcc.gnu.org/g:3c1087db054a92fe7a66089e9403f1d4ca64f12f
commit r14-12641-g3c1087db054a92fe7a66089e9403f1d4ca64f12f Author: GCC Administrator <[email protected]> Date: Tue Jun 9 08:55:46 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 19 +++++++++++++++++++ gcc/testsuite/ChangeLog | 17 +++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cf4a41146e2d..eed21ff12b80 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260604 +20260609 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 91043b44e249..d6ffb436a9c9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,22 @@ +2026-06-08 Jason Merrill <[email protected]> + + Revert: + 2026-05-14 Egas Ribeiro <[email protected]> + Jason Merrill <[email protected]> + + PR c++/123346 + * constexpr.cc (init_subob_ctx): Do initialize new_ctx.ctor + for an empty union member. + +2026-06-08 Jason Merrill <[email protected]> + + Revert: + 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-15 Jason Merrill <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d2b056366b8e..335da0235280 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2026-06-08 Jason Merrill <[email protected]> + + Revert: + 2026-06-08 Egas Ribeiro <[email protected]> + Jason Merrill <[email protected]> + + PR c++/123346 + * g++.dg/cpp2a/constexpr-union10.C: New test. + +2026-06-08 Jason Merrill <[email protected]> + + Revert: + 2026-06-08 Jason Merrill <[email protected]> + + PR c++/125315 + * g++.dg/cpp2a/no_unique_address16.C: New test. + 2026-06-03 Xi Ruoyao <[email protected]> Backported from master:
