This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bd509204309 PR testsuite/89110 * g++.dg/other/nontype-1.C: Expect err [...] new 64e3499e238 PR c++/86943 - wrong code converting lambda to function pointer.
The 1 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 | 9 ++++ gcc/cp/lambda.c | 29 +++++++----- gcc/cp/pt.c | 58 ++++++++++++++++++----- gcc/cp/typeck.c | 5 ++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C | 33 +++++++++++++ 5 files changed, 111 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C