This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e16f2b472c i386: Prevent unwanted combine from LZCNT to BSR [PR101175] new 3eecc1db4c6 c++: CTAD and deduction guide selection [PR86439]
The 1 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/call.c | 36 ++++++++++++++++++- gcc/cp/cp-tree.h | 2 ++ gcc/cp/pt.c | 41 ++++++++-------------- gcc/testsuite/g++.dg/cpp1z/class-deduction88.C | 18 ++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction89.C | 15 ++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction90.C | 16 +++++++++ .../testsuite/23_containers/map/cons/deduction.cc | 8 ++--- .../23_containers/multimap/cons/deduction.cc | 8 ++--- .../23_containers/multiset/cons/deduction.cc | 8 +++-- .../testsuite/23_containers/set/cons/deduction.cc | 8 +++-- .../23_containers/unordered_map/cons/deduction.cc | 17 +++++++-- .../unordered_multimap/cons/deduction.cc | 17 +++++++-- .../unordered_multiset/cons/deduction.cc | 14 ++++++-- .../23_containers/unordered_set/cons/deduction.cc | 14 ++++++-- 14 files changed, 170 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction88.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction89.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction90.C