This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c59708fba3f Make graph dumps use graphviz format new 2f15787f2e1 c++: Implement C++26 P2573R2 - = delete("should have a reas [...]
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/c-family/c-cppbuiltin.cc | 1 + gcc/cp/cp-tree.h | 5 +++- gcc/cp/decl.cc | 13 ++++++--- gcc/cp/decl2.cc | 23 +++++++++++++--- gcc/cp/parser.cc | 21 +++++++++++++++ gcc/testsuite/g++.dg/cpp26/delete-reason1.C | 41 +++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp26/delete-reason2.C | 20 ++++++++++++++ gcc/testsuite/g++.dg/cpp26/feat-cxx26.C | 6 +++++ gcc/testsuite/g++.dg/parse/error65.C | 3 +-- 9 files changed, 124 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/delete-reason1.C create mode 100644 gcc/testsuite/g++.dg/cpp26/delete-reason2.C