This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6482ee1c8d9 [gcc] 2017-08-29 Michael Meissner meissner@linux.vnet.ibm.com new 52e76545f1b Reimplement handling of lambdas in templates. new d202935a58d tweak ChangeLog
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 | 28 + gcc/cp/class.c | 25 +- gcc/cp/cp-tree.h | 10 +- gcc/cp/decl.c | 12 +- gcc/cp/init.c | 6 +- gcc/cp/lambda.c | 83 +++ gcc/cp/parser.c | 82 +-- gcc/cp/pt.c | 1107 +++++++++++++++++------------- gcc/cp/semantics.c | 95 +-- gcc/testsuite/g++.dg/cpp1z/fold-lambda.C | 14 + gcc/testsuite/g++.dg/warn/Wshadow-6.C | 2 +- 11 files changed, 845 insertions(+), 619 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold-lambda.C