This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b51ca7d2f54 c++: constexpr evaluation of abi::__dynamic_cast [PR120620] new b9f1cc4e119 c++: constrained memfn vs corresponding using [PR121351]
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/class.cc | 25 ++++++++++++++++++++++++- gcc/testsuite/g++.dg/cpp2a/concepts-using5.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-using5a.C | 20 ++++++++++++++++++++ 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-using5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-using5a.C