This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 982bc0e3b94 Daily bump. new d8099c82fab PR c++/85148 - ICE with 'this' in array NSDMI. new 24148760e36 PR c++/85118 - wrong error with generic lambda and std::bind.
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 | 6 +- gcc/cp/tree.c | 2 +- .../g++.dg/cpp1y/lambda-generic-variadic17.C | 125 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr11.C | 12 ++ 5 files changed, 150 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic17.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr11.C