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 36278f48cbc c++: implicit 'this' in noexcept-spec within class tmpl [PR94944] new 422d1d378e5 tree-optimization/96881 - CD-DCE and CLOBBERs new fe79d652c96 target/104581 - compile-time regression in mode-switching
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/config/i386/i386.cc | 78 ++---------------------------- gcc/testsuite/g++.dg/torture/pr96881-1.C | 37 ++++++++++++++ gcc/testsuite/g++.dg/torture/pr96881-2.C | 37 ++++++++++++++ gcc/testsuite/gcc.target/i386/pr101456-1.c | 3 +- gcc/tree-ssa-dce.cc | 39 +++++++++++++-- 5 files changed, 114 insertions(+), 80 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr96881-1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr96881-2.C