This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e44a9932c1 c++: variable tmpl partial specialization [PR108468] new 578f633ddab libstdc++: Fix template-head of repeat_view::_Iterator [PR109111] new ec62dc95c4f c++: constrained template friend class matching [PR96830] new cd5baeb4489 c++: redeclaring member of constrained class template [PR96830]
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/pt.cc | 34 +++++++++++++++++++++-- gcc/testsuite/g++.dg/cpp2a/concepts-class5.C | 37 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-class5a.C | 38 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-friend14.C | 26 ++++++++++++++++++ libstdc++-v3/include/std/ranges | 7 +++-- 5 files changed, 137 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-class5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-class5a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend14.C