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 d8c25809419 [Committed] Add -mno-avx2 to recent gcc.target/i386/xop-vpcmov3.c adds 90a6c3b6d69 c++: Reimplement static init/fini generation adds e94c6dbfb57 gcc: xtensa: fix PR target/105879 new b6e1373bd34 PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstrap.
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/xtensa/xtensa.md | 13 +- gcc/cp/decl2.cc | 488 ++++++++++++------------------ gcc/expr.cc | 11 +- gcc/testsuite/g++.dg/init/static-cdtor1.C | 17 ++ gcc/testsuite/g++.dg/opt/pr105874.C | 30 ++ 5 files changed, 251 insertions(+), 308 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/static-cdtor1.C create mode 100644 gcc/testsuite/g++.dg/opt/pr105874.C