This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 8b7fb3935ab Daily bump. new f3e32d19dc5 IBM Z: vec_store_len_r/vec_load_len_r fix
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/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 ++++++++++++++++++++++ 7 files changed, 272 insertions(+), 15 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