This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from b0a415a5d84 Daily bump. new dbb36fe3b94 PR c++/84520 - ICE with generic lambda in NSDMI. new 149b69199ef PR c++/84441 - ICE with base initialized from ?:
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 | 9 +++++++++ gcc/cp/call.c | 9 +++++++++ gcc/cp/lambda.c | 5 ++++- gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 ++++++++ 5 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C