This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 3d99aab56d7 c++: tsubst friend tpl ctxt before looking it up for dupes [...] new a57528b33be PR c++/87554 - ICE with extern template and reference member. new b6136084ea8 PR c++/87685 - generic lambda 'this' capture error. new b9bfe25d3a7 PR c++/88380 - wrong-code with flexible array and NSDMI. new 2b6565dd2d0 PR c++/89831 - error with qualified-id in const member function.
The 4 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 | 22 ++++++++++++++ gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 3 +- gcc/cp/lambda.c | 9 +++--- gcc/cp/semantics.c | 19 ++++++------ gcc/cp/typeck2.c | 11 ++++--- gcc/testsuite/g++.dg/cpp0x/extern_template-5.C | 36 +++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-this3.C | 13 ++++++++ gcc/testsuite/g++.dg/ext/flexary33.C | 13 ++++++++ gcc/testsuite/g++.dg/template/scope6.C | 17 +++++++++++ 10 files changed, 124 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/extern_template-5.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this3.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary33.C create mode 100644 gcc/testsuite/g++.dg/template/scope6.C