This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from ba64166bf81 testsuite: mark tests that require alias adds 30c286aa937 c++: local_specializations and recursive constrained fn [PR103714] adds eac42299bfd print-tree: dump DECL_LANG_FLAG_8 adds 89cf57ea35d c++: nested lambda capturing a capture proxy, cont [PR94376] adds 6bcb6ed5a44 c++: don't ICE on NAMESPACE_DECL inside FUNCTION_DECL
No new revisions were added by this update.
Summary of changes: gcc/cp/constraint.cc | 4 +++ gcc/cp/lambda.c | 9 ++++- gcc/cp/module.cc | 5 +-- gcc/print-tree.c | 2 ++ .../g++.dg/cpp0x/lambda/lambda-nested9a.C | 42 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C | 17 +++++++++ 6 files changed, 76 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested9a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C