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-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from 31048012db9 x86: PR target/103611: Splitter for DST:DI = (HI:SI<<32)|LO:SI. adds 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
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/fortran/check.c | 3 ++ 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/gfortran.dg/illegal_boz_arg_2.f90 | 6 ++++ gcc/tree-ssa-phiopt.c | 4 +++ libgfortran/ChangeLog | 9 +++++ 16 files changed, 169 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested9a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval5.C create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90