This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch concepts-cxx2a in repository gcc.
from b197a95b7fb More uses of tsubst_constraint. new 695c0fbbee1 Fix ICE on class template argument deduction with inherited ctor. new a71065e2850 Record satisfaction result on the TEMPLATE_INFO. new 52cdf626bd2 Fix subsumption with inheriting ctors.
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/ChangeLog | 18 +++++++++++ gcc/cp/constraint.cc | 35 ++++++++++++++++++---- gcc/cp/cp-tree.h | 12 +++++++- gcc/testsuite/g++.dg/cpp1z/class-deduction67.C | 21 +++++++++++++ .../g++.dg/cpp2a/concepts-inherit-ctor5.C | 18 +++++++++++ 5 files changed, 98 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction67.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor5.C