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 in repository toolchain/ci/gcc.
from 684c97dd084 Use variadic template functions for the gimple_build forwarders adds 401abb8f646 rs6000: Delete RS6000_CONSTRAINT_f adds 0aca4aa8c9a rs6000: Remove <Ff> adds 5b2a24ebfc0 rs6000: Remove <Fv> adds 0acdbe29f66 Fortran: fix error recovery on invalid array section adds 4dc86f716fe c++: fix arm-eabi bootstrap [PR105567] new 88459c3965e c++: lambda template in requires [PR105541]
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: gcc/config/rs6000/constraints.md | 2 +- gcc/config/rs6000/rs6000.cc | 16 +-- gcc/config/rs6000/rs6000.h | 3 +- gcc/config/rs6000/rs6000.md | 177 ++++++++++++-------------- gcc/cp/cp-tree.h | 12 +- gcc/cp/parser.cc | 5 +- gcc/cp/typeck.cc | 4 +- gcc/fortran/expr.cc | 4 +- gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C | 4 + gcc/testsuite/g++.dg/template/ctor10.C | 10 ++ gcc/testsuite/gfortran.dg/pr105230.f90 | 8 ++ 11 files changed, 126 insertions(+), 119 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C create mode 100644 gcc/testsuite/g++.dg/template/ctor10.C create mode 100644 gcc/testsuite/gfortran.dg/pr105230.f90