This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ee35af1 PR72792 PR72793 relax requirements on rebind members new d5d551c US 19 - deduction guides and constructors new fb14a94 US 20 - forwarding references and class template argument deduction
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/ChangeLog | 11 ++++++++ gcc/cp/call.c | 12 +++++++++ gcc/cp/cp-tree.h | 6 +++++ gcc/cp/pt.c | 36 +++++++++++++++++++++----- gcc/testsuite/g++.dg/cpp1z/class-deduction25.C | 24 +++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction26.C | 23 ++++++++++++++++ 6 files changed, 105 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction25.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction26.C