This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a325bdd195e i386: Add V8QI and other 64bit vector permutations [PR89021] new 206db06ee38 c++: normalization of non-templated return-type-req [PR100946] new edec2660ff4 c++: matching deduced template template parameters [PR67829]
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/constraint.cc | 9 +++++++++ gcc/cp/pt.c | 4 ++++ gcc/testsuite/g++.dg/cpp2a/concepts-return-req3.C | 6 ++++++ gcc/testsuite/g++.dg/template/ttp34.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/template/ttp34a.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/template/ttp34b.C | 14 ++++++++++++++ 6 files changed, 61 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-return-req3.C create mode 100644 gcc/testsuite/g++.dg/template/ttp34.C create mode 100644 gcc/testsuite/g++.dg/template/ttp34a.C create mode 100644 gcc/testsuite/g++.dg/template/ttp34b.C