This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e8109bd8776 ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree [...] new e7930c6750d c++: excessive satisfaction in check_methods [PR108579] new ed2b519e02e c++: ICE on unviable/ambiguous constrained dtors [PR96745]
The 2 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/class.cc | 38 ++++++++++++++++++-------- gcc/testsuite/g++.dg/cpp2a/concepts-dtor1.C | 18 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pr108579.C | 14 ++++++++++ 3 files changed, 59 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-dtor1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr108579.C