This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c86745f4f6e testsuite: only test with LTO if LTO support is actually co [...] new d341b0d57fc c++: Fix ICE in cxx_printable_name_internal [PR123578] new de194778148 c++: Don't error on non-consteval defaulted special members [...] new 9b7b6a4075c c++: Implement CWG3153 - Immediate-escalating defaulted comparison
The 3 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/cp-gimplify.cc | 5 ++-- gcc/cp/decl.cc | 14 +++++---- gcc/cp/tree.cc | 11 ++++++- gcc/testsuite/g++.dg/cpp2a/pr123578.C | 9 ++++++ gcc/testsuite/g++.dg/reflect/cwg3153.C | 51 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/reflect/pr123404.C | 39 +++++++++++++++++++++++++ 6 files changed, 120 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr123578.C create mode 100644 gcc/testsuite/g++.dg/reflect/cwg3153.C create mode 100644 gcc/testsuite/g++.dg/reflect/pr123404.C