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_build/master-aarch64 in repository toolchain/ci/gcc.
from 4dc86f716fe c++: fix arm-eabi bootstrap [PR105567] adds 88459c3965e c++: lambda template in requires [PR105541] adds 25addf8352e tree: introduce range adaptor for TREE_VEC adds 99988b0e8b5 analyzer: fix memory leaks new d0d513b5eae Daily bump.
The 1 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: ChangeLog | 4 + gcc/ChangeLog | 105 +++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 262 ++++++++++++++++++++++++++ gcc/analyzer/ChangeLog | 18 ++ gcc/analyzer/checker-path.cc | 8 +- gcc/analyzer/diagnostic-manager.cc | 6 + gcc/analyzer/engine.cc | 29 +-- gcc/analyzer/region-model-manager.cc | 14 +- gcc/c-family/ChangeLog | 6 + gcc/cp/ChangeLog | 56 ++++++ gcc/cp/constraint.cc | 9 +- gcc/cp/cp-tree.h | 12 +- gcc/cp/parser.cc | 5 +- gcc/cp/pt.cc | 57 +++--- gcc/cp/tree.cc | 5 +- gcc/fortran/ChangeLog | 7 + gcc/objc/ChangeLog | 5 + gcc/objcp/ChangeLog | 5 + gcc/testsuite/ChangeLog | 31 +++ gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C | 4 + gcc/tree.h | 15 +- libgomp/ChangeLog | 32 ++++ 23 files changed, 627 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C