This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c9b21954f00 ipa-devirt: make qsort helpers static new 30ca2094de2 Fix copy_node of TEMPLATE_INFO. new 5c2419ef8c4 PR c++/90538 - multiple expansions of capture packs
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/ChangeLog | 19 ++++++ gcc/cp/cp-objcp-common.c | 1 - gcc/cp/cp-tree.h | 19 +++--- gcc/cp/lambda.c | 30 +++++---- gcc/cp/pt.c | 73 ++++++++++++---------- .../g++.dg/cpp0x/lambda/lambda-variadic9.C | 16 +++++ gcc/testsuite/g++.dg/cpp0x/range-for19.C | 2 +- gcc/testsuite/g++.dg/cpp1y/lambda-init16.C | 2 +- 8 files changed, 105 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic9.C