This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e75f87980a1 libstdc++: Fix definition of std::nostopstate object new 555283de0b6 [amdgcn] Use first lane of v1 for zero offset new b666fae3a6e Implement P1816R0, class template argument deduction for a [...] new f32937dc6b8 [amdgcn] Reinitialize registers for every function
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/ChangeLog | 10 ++ gcc/config/gcn/gcn.c | 19 +-- gcc/cp/ChangeLog | 11 ++ gcc/cp/class.c | 14 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/pt.c | 172 +++++++++++++++++---- gcc/testsuite/g++.dg/cpp1z/class-deduction43.C | 2 +- gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr1.C | 36 +++++ gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr2.C | 52 +++++++ 9 files changed, 269 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr2.C