This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 91fbce33d5d Daily bump. new e30b73bad94 c++: constexpr init of union sub-aggr w/ base [PR105491]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cp/constexpr.cc | 8 ++++---- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-union7.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-union7a.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/constinit17.C | 24 ++++++++++++++++++++++++ 6 files changed, 80 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union7a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constinit17.C