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_build/master-aarch64 in repository toolchain/ci/gcc.
from 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 adds 0c9b04e5300 MAINTAINERS: Change of email address. adds 71c5b8bac31 c++: add emacs c++-mode marker adds dd802003240 c++: add begin/end to releasing_vec new 708b87dcb6e i386: Introduce V2QImode vectorized logic [PR103861]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 4 +- gcc/config/i386/mmx.md | 146 +++++++++++++++++++++ gcc/cp/cp-tree.h | 3 + gcc/cp/init.c | 2 +- gcc/testsuite/gcc.dg/vect/bb-slp-pr103800.c | 17 +++ gcc/testsuite/gcc.target/i386/pr103900.c | 25 ++++ gcc/testsuite/gcc.target/i386/warn-vect-op-2.c | 2 +- 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 +-- 11 files changed, 244 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr103800.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103900.c