This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from ab768006bc5 Fix wrong year in ChangeLog. adds 0f66f1d8039 Daily bump. adds 6c7e43f4702 Daily bump. adds cb05d702a17 c++: Fix CTAD with multiple-arg ctor template [93248]. adds 2fa5f9e380b c++: Fix ICE-after-error on partial spec [92068] adds c3747bca384 c++: Find parameter pack in typedef in lambda [92909].
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 18 +++++++++++++ gcc/cp/pt.c | 30 +++++++++++++++++----- .../g++.dg/cpp0x/lambda/lambda-variadic10.C | 12 +++++++++ gcc/testsuite/g++.dg/cpp0x/variadic178.C | 6 +++++ gcc/testsuite/g++.dg/cpp1z/class-deduction71.C | 6 +++++ 6 files changed, 67 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic178.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction71.C