This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1ba88b1b20c Missed function specialization + partial devirtualization new 8ca4435f431f PR c++/92582 - ICE with member template as requirement. new edabbec31e3b PR c++/92746 - ICE with noexcept of function concept check.
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/ChangeLog | 9 ++++++ gcc/cp/constraint.cc | 9 +++--- gcc/cp/cp-tree.h | 2 +- gcc/cp/except.c | 2 ++ gcc/cp/pt.c | 39 ++++++++++++++++++++++---- gcc/testsuite/g++.dg/concepts/fn-concept3.C | 6 ++++ gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl3.C | 12 ++++++++ 7 files changed, 68 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/fn-concept3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl3.C