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-arm-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 adds b6e1373bd34 PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstrap.
No new revisions were added by this update.
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