This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 21483ab PR c++/65970 - constexpr infinite loop new 3a748b8 PR c++/71833 - member template with two parameter packs new 92634d0 Fix selftest::temp_source_file ctor new 845d5e9 PR c++/71837 - pack expansion in init-capture
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 | 5 +++++ gcc/cp/ChangeLog | 10 ++++++++++ gcc/cp/lambda.c | 8 +++++++- gcc/cp/pt.c | 19 ++++++++++++++++--- gcc/input.c | 2 +- gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C | 9 +++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-init15.C | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-init15a.C | 14 ++++++++++++++ 8 files changed, 75 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-init15.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-init15a.C