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 30f2c22def7 c++: template-id with current inst qualifier [PR102300] adds ad4188f8385 tree-optimization/104114 - avoid diagnosing V1mode lowering adds 8bc700f4c3f Enhance vec_pack_trunc for integral mode mask. new 7b78dee64de testsuite: Add -Wno-psabi to pr47639.C testcase
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: gcc/testsuite/g++.dg/opt/pr47639.C | 2 +- gcc/testsuite/gcc.target/i386/mask-pack-prefer128.c | 8 ++++++++ gcc/testsuite/gcc.target/i386/mask-pack-prefer256.c | 8 ++++++++ gcc/testsuite/gcc.target/i386/pr103771.c | 18 ++++++++++++++++++ gcc/tree-vect-generic.cc | 5 ++++- gcc/tree-vect-stmts.cc | 11 +++++++---- 6 files changed, 46 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack-prefer128.c create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack-prefer256.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103771.c