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 a54d11749f0 Adjust VxWorks fixincludes hack for mkdir to work for C++ adds beed3f8f604 nvptx: Transition nvptx backend to STORE_FLAG_VALUE = 1 adds ebc853deb7c tree-optimization/103690 - not up-to-date SSA and PRE DCE adds be661959a6b libgomp/testsuite: Improve omp_get_device_num() tests adds 790854ea767 libgcc: Use _dl_find_object in _Unwind_Find_FDE adds 88e861655b3 tree-optimization/103800 - sanity check more PHI vectorization
No new revisions were added by this update.
Summary of changes: gcc/config/nvptx/nvptx.h | 2 +- gcc/config/nvptx/nvptx.md | 76 ++++++++++++---------- gcc/testsuite/gcc.dg/vect/bb-slp-pr103800.c | 17 +++++ gcc/tree-pass.h | 2 +- gcc/tree-ssa-pre.c | 25 +++++-- gcc/tree-ssa-tail-merge.c | 14 ++-- gcc/tree-vect-loop.c | 10 ++- libgcc/unwind-dw2-fde-dip.c | 18 +++++ libgomp/testsuite/libgomp.c-c++-common/target-45.c | 28 ++++---- libgomp/testsuite/libgomp.fortran/target10.f90 | 18 ++--- 10 files changed, 130 insertions(+), 80 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr103800.c