This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f8aac77e05 configure: cache result of "sys/sdt.h" header check new 2b0e81d5cc2 c++: per-scope, per-signature lambda discriminators
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/cp-tree.h | 7 +- gcc/cp/lambda.cc | 148 +++++++++++++++++++++++- gcc/cp/mangle.cc | 8 +- gcc/cp/module.cc | 2 + gcc/cp/parser.cc | 1 + gcc/cp/pt.cc | 1 + gcc/testsuite/g++.dg/abi/lambda-sig1-18.C | 34 ++++++ gcc/testsuite/g++.dg/abi/lambda-sig1-18vs17.C | 40 +++++++ gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1-18.C | 26 +++++ libcc1/libcp1plugin.cc | 1 + 10 files changed, 265 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/lambda-sig1-18.C create mode 100644 gcc/testsuite/g++.dg/abi/lambda-sig1-18vs17.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1-18.C