This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 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 adds 069f46c71e9 c++: Prune ordinary locations
No new revisions were added by this update.
Summary of changes: gcc/cp/module.cc | 629 ++++++++++++++++------------- gcc/testsuite/g++.dg/modules/loc-prune-1.C | 2 +- gcc/testsuite/g++.dg/modules/loc-prune-4.C | 22 + gcc/testsuite/g++.dg/modules/pr98718_a.C | 2 +- gcc/testsuite/g++.dg/modules/pr98718_b.C | 2 +- gcc/testsuite/g++.dg/modules/pr99072.H | 4 +- 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 +- 15 files changed, 455 insertions(+), 402 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/loc-prune-4.C create mode 100644 gcc/testsuite/gcc.dg/pr106198.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr106196.c