This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 33e23881aae Simplify tree streaming. new 2fb595f8348 c++: Template template parameter in constraint [PR95371] new c75ebe76ae1 c++: P0848R3 and member function templates [PR95181]
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.c | 15 +++++++++++---- gcc/cp/pt.c | 11 ++++++++++- gcc/testsuite/g++.dg/concepts/pr95181-2.C | 8 ++++++++ gcc/testsuite/g++.dg/concepts/pr95181.C | 9 +++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-ttp1.C | 16 ++++++++++++++++ 5 files changed, 54 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr95181-2.C create mode 100644 gcc/testsuite/g++.dg/concepts/pr95181.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp1.C