This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 142e6af6959 MAINTAINERS: Add myself to Write After Approval new df118d7ba13 c++: defaulted ctor with DMI in union [PR94823] new 28be481cf47 c++: defaulted friend op== [PR106361] new 633e9920589 match.pd: Add new abs pattern [PR94920]
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/decl.cc | 2 - gcc/cp/method.cc | 35 ++++++++++++++-- gcc/match.pd | 10 +++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-union7.C | 13 ++++++ gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.C | 17 ++++++++ gcc/testsuite/g++.dg/pr94920-1.C | 17 ++++++++ gcc/testsuite/g++.dg/pr94920.C | 63 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr94920-2.c | 15 +++++++ 8 files changed, 166 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-union7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.C create mode 100644 gcc/testsuite/g++.dg/pr94920-1.C create mode 100644 gcc/testsuite/g++.dg/pr94920.C create mode 100644 gcc/testsuite/gcc.dg/pr94920-2.c