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 37a8220fa91 rtl-optimization/105559 - avoid quadratic behavior in delet [...] adds a92ed39c416 [c++] Add module attachment adds 546c6210eb0 middle-end/70090: Register __bdos for sanitizers if necessary adds 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> new 0acdbe29f66 Fortran: fix error recovery on invalid array section new 4dc86f716fe c++: fix arm-eabi bootstrap [PR105567]
The 2 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/asan.cc | 24 +++-- 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 | 14 +-- gcc/cp/decl.cc | 23 +++-- gcc/cp/module.cc | 117 +++++++++++++--------- gcc/cp/name-lookup.cc | 17 ++-- gcc/cp/name-lookup.h | 2 +- gcc/cp/ptree.cc | 20 +++- gcc/cp/typeck.cc | 4 +- gcc/fortran/expr.cc | 4 +- gcc/gimple-fold.h | 45 ++------- gcc/testsuite/g++.dg/template/ctor10.C | 10 ++ gcc/testsuite/gfortran.dg/pr105230.f90 | 8 ++ 16 files changed, 252 insertions(+), 234 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/ctor10.C create mode 100644 gcc/testsuite/gfortran.dg/pr105230.f90