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 5a387a2b8f5 [Ada] Warn about obsolete uses of renamed Ada 83 packages adds b44cba355e1 libstdc++: testsuite: cast getpid result adds 510ac273a78 testsuite: fix array type in two_plus_gigs test adds 7f4028ae9bb Maintain LC SSA when doing SVE vectorization adds 1a6e0d8252a tree-optimization/106196 - properly update virtual SSA for [...] adds c3d2600cfb4 tree-optimization/106186 - propagate out virtual LC PHI nod [...] adds 1cc08ceb5ba Remove dead loop-based LC SSA rewrite adds 07dd0f7ba27 tree-optimization/106198 - CFG cleanup vs LC SSA
No new revisions were added by this update.
Summary of changes: gcc/testsuite/gcc.dg/pr106198.c | 22 ++++++ gcc/testsuite/gcc.dg/torture/pr106196.c | 14 ++++ gcc/testsuite/lib/target-supports.exp | 2 +- gcc/tree-cfgcleanup.cc | 6 +- gcc/tree-ssa-loop-manip.cc | 109 ++--------------------------- gcc/tree-ssa-propagate.cc | 16 ++++- gcc/tree-vect-loop-manip.cc | 19 ++++- gcc/tree-vect-stmts.cc | 6 +- libstdc++-v3/testsuite/util/testsuite_fs.h | 2 +- 9 files changed, 80 insertions(+), 116 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106198.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr106196.c