This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 36278f48cbc c++: implicit 'this' in noexcept-spec within class tmpl [PR94944] adds 422d1d378e5 tree-optimization/96881 - CD-DCE and CLOBBERs adds fe79d652c96 target/104581 - compile-time regression in mode-switching
No new revisions were added by this update.
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