This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from af254bf1c6d Daily bump. new c07c745b1ef c++: Template template parameter in constraint [PR95371] new 9e81c820a3e 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