This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/gcc.
from fd74a2ee404 Fortran: reject BOZ type argument to SIZEOF(). adds ca8c0408bef Daily bump. adds d957d250942 Improve location for new statements in match-and-simplify phiopt adds 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 adds fcbf94a5be9 Fix early exit in modref_merge_call_site_flags adds 78fe0f23c73 Change the xfail in gcc.dg/uninit-pr89230-1.c
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 39 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/constraint.cc | 4 +++ gcc/cp/lambda.c | 9 ++++- gcc/cp/module.cc | 5 +-- gcc/fortran/ChangeLog | 5 +++ gcc/ipa-modref.c | 12 +++++-- gcc/print-tree.c | 2 ++ gcc/testsuite/ChangeLog | 23 ++++++++++++ .../g++.dg/cpp0x/lambda/lambda-nested9a.C | 42 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C | 17 +++++++++ gcc/testsuite/gcc.dg/pr100509.c | 1 + gcc/testsuite/gcc.dg/pragma-diag-10.c | 3 +- gcc/testsuite/gcc.dg/uninit-pr89230-1.c | 4 +-- gcc/tree-ssa-phiopt.c | 4 +++ libgfortran/ChangeLog | 9 +++++ 16 files changed, 171 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested9a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C