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 950bac27d63 sanitizer: Fix asan against glibc 2.34 [PR100114] new 904cbf6ae2a c++: Fix deduction with reference NTTP [PR83476] new 2400f81c2c2 c++: Fix tsubsting CLASS_PLACEHOLDER_TEMPLATE [PR95434] new ebb734aac09 c++: ICE in dependent_type_p with constrained auto [PR97052]
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 | 2 ++ gcc/cp/pt.c | 10 ++++++++-- gcc/testsuite/g++.dg/cpp1z/class-deduction85.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-defarg2.C | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-generic9.C | 9 +++++++++ gcc/testsuite/g++.dg/template/ref11.C | 9 +++++++++ 6 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction85.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-defarg2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic9.C create mode 100644 gcc/testsuite/g++.dg/template/ref11.C