This is an automated email from the git hooks/post-receive script.
git pushed a change to branch releases/gcc-8 in repository gcc.
from d72abee8906 Fix wrong year in ChangeLog. new 91167c5739a Daily bump. new 88eae4fb590 Daily bump. new 23690790dd7 c++: Fix CTAD with multiple-arg ctor template [93248]. new fed9ac72ee6 c++: Fix ICE-after-error on partial spec [92068] new eee8f2161e0 c++: Find parameter pack in typedef in lambda [92909]. new 52955f5d495 Daily bump.
The 6 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/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