This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch concepts-cxx2a in repository gcc.
from 4c11cc1238b * constraint.cc (known_non_bool_p): Ignore cv-quals. new b889a765503 * pt.c (template_parms_level_to_args): No longer static. new 3f79b378a1b Fix normalization of member template constraints. new 46a1eb8837e PR c++/79591 - using-declaration and constrained overloads.
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/constraint.cc | 24 +++++------------------- gcc/cp/cp-tree.h | 2 ++ gcc/cp/name-lookup.c | 3 +++ gcc/cp/pt.c | 11 +++++------ gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl2.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-using1.C | 17 +++++++++++++++++ 6 files changed, 47 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-using1.C