This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3115aba8d85 Daily bump. new e89055f90cf c++: pack in base-specifier in lambda [PR100006] new 1a19d334ce4 c++: deduction guide using alias [PR99180]
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/pt.c | 16 +++++++++-- .../g++.dg/cpp0x/lambda/lambda-variadic13.C | 11 ++++++++ .../g++.dg/cpp2a/class-deduction-alias5.C | 18 ++++++++++++ .../g++.dg/cpp2a/class-deduction-alias6.C | 11 ++++++++ .../g++.dg/cpp2a/class-deduction-alias7.C | 32 ++++++++++++++++++++++ ...deduction-alias3.C => class-deduction-alias8.C} | 3 ++ 6 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias7.C copy gcc/testsuite/g++.dg/cpp2a/{class-deduction-alias3.C => class-deduction-alias [...]