This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
from 939d44f32a2 [PR86218] handle ck_aggr in compare_ics in both and either [...] new b74950af40b [PR87322] move cp_evaluated up to tsubst all lambda parms new be3c62efcf9 [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
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/cp-tree.h | 2 +- gcc/cp/decl.c | 3 +- gcc/cp/name-lookup.c | 2 +- gcc/cp/pt.c | 22 ++- gcc/cp/search.c | 19 +- gcc/cp/semantics.c | 3 +- .../g++.dg/cpp0x/lambda/lambda-variadic5.C | 2 + gcc/testsuite/g++.dg/cpp0x/pr86379.C | 207 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/pr87322.C | 23 +++ 9 files changed, 272 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr86379.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr87322.C