Re: GCC 15.2.1 Status Report (2026-06-05), branch frozen for release
Jakub Jelinek <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.devel |
|---|---|
| Message-ID | <aiLoOuRelzdboHDF@tucnak> |
On Fri, Jun 05, 2026 at 10:18:30AM -0400, Jason Merrill wrote: > On 6/5/26 6:50 AM, Richard Biener via Gcc wrote: > > Status > > ====== > > > > The gcc-15 branch is now frozen for release, all changes require > > release manager approval. > > I'd like to apply this reversion: > > From 90bff22560c7b64ed846bacbfa946866125bd51c Mon Sep 17 00:00:00 2001 > From: Jason Merrill <[email protected]> > Date: Fri, 5 Jun 2026 08:58:25 -0400 > Subject: [PATCH] Revert "c++: fix constexpr union with empty member > [PR123346]" > To: [email protected] > > Revert "c++: constexpr nested empty objects [PR125315]" > This reverts commit 92f35736ebf9c6d24622e129c5ebac71bafcedd5. > This reverts commit 38228ed4281a2a3beb0ac920085861cd300c1d6f. > > These changes needed too much follow-on work to feel safe for 15.3/14.4. Ok, though not sure if it is a good idea to do both reversions in a single commit, ChangeLog generation might be upset from that. Jakub