This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 626d40570eb libgo: fix Stat_t on AIX new 9e6bae0509a PR c++/81236 - ICE with template-id in generic lambda
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 | 16 ++++ gcc/cp/call.c | 1 + gcc/cp/lambda.c | 6 +- gcc/cp/mangle.c | 1 + gcc/cp/parser.c | 30 +------ gcc/cp/semantics.c | 91 ++++------------------ gcc/cp/tree.c | 3 + gcc/testsuite/g++.dg/cpp1y/lambda-generic-this1.C | 17 ++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-this1a.C | 17 ++++ gcc/testsuite/g++.dg/template/pseudodtor3.C | 4 +- 10 files changed, 81 insertions(+), 105 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this1a.C