This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from afd59a8c1e1 Use -Wno-deprecated for std::uncaught_exception tests. new 153f22fa0ed Small lambda fixes. new 6f20c785813 Use local_specializations to find capture proxies. new 4cedc476c94 PR c++/56973, DR 696 - capture constant variables only as needed.
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/cp/ChangeLog | 38 ++++++++ gcc/cp/call.c | 4 +- gcc/cp/cp-tree.h | 14 ++- gcc/cp/decl.c | 2 +- gcc/cp/decl2.c | 5 + gcc/cp/expr.c | 107 +++++++++++++++++++-- gcc/cp/init.c | 1 - gcc/cp/lambda.c | 41 ++++++-- gcc/cp/name-lookup.c | 2 +- gcc/cp/parser.c | 4 +- gcc/cp/pt.c | 39 ++++++-- gcc/cp/semantics.c | 43 ++++----- gcc/cp/typeck.c | 14 ++- gcc/testsuite/g++.dg/cpp0x/constexpr-64462.C | 2 +- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const6.C | 15 +++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const7.C | 12 +++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C | 2 +- 17 files changed, 286 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const7.C