This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-defconfig in repository toolchain/ci/gcc.
from 173bf488b5e libstdc++: Fix broken link to SGI STL FAQ adds 8b7fb3935ab Daily bump. adds f3e32d19dc5 IBM Z: vec_store_len_r/vec_load_len_r fix new fa01517b28f Daily bump.
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/ChangeLog | 13 +++ gcc/DATESTAMP | 2 +- gcc/config/s390/constraints.md | 14 +++- gcc/config/s390/vecintrin.h | 6 +- gcc/config/s390/vx-builtins.md | 58 ++++++++++--- gcc/testsuite/ChangeLog | 8 ++ .../gcc.target/s390/zvector/vec_load_len_r.c | 94 ++++++++++++++++++++++ .../gcc.target/s390/zvector/vec_store_len_r.c | 94 ++++++++++++++++++++++ 8 files changed, 273 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_load_len_r.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_store_len_r.c