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-aarch64 in repository toolchain/ci/gcc.
from 325103829ef Daily bump. adds b9da686470d tree-optimization/106495 - avoid threading to possibly neve [...] adds bc7526f6fca lto/106334 - fix previous fix wrt -flto-partition=none adds c30bbd4d169 tree-optimization/106498 - reduce SSA updates in autopar adds c2d07429382 gcc-changelog: do not run extra deduction adds 84beef30a51 IPA: reduce what we dump in normal mode adds 0f3514756e0 tree-optimization/106497 - more forward threader can-copy-bb
No new revisions were added by this update.
Summary of changes: contrib/gcc-changelog/git_commit.py | 2 +- gcc/dwarf2out.cc | 11 ++++++----- gcc/omp-expand.cc | 12 ++---------- gcc/profile.cc | 2 +- gcc/symtab.cc | 3 ++- gcc/testsuite/gcc.dg/torture/pr106497.c | 20 ++++++++++++++++++++ gcc/tree-ssa-threadbackward.cc | 7 +++++++ gcc/tree-ssa-threadupdate.cc | 3 ++- 8 files changed, 41 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr106497.c