This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from d60223eeecf Daily bump. new 6412f8716f9 S/390: Support vector load/store alignment hints new 385b9589e45 S/390: Emit vector alignment hints for z13 if AS accepts them
The 2 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/config.in | 14 ++++++ gcc/config/s390/s390.c | 11 +++++ gcc/config/s390/s390.h | 7 +++ gcc/config/s390/s390.md | 4 +- gcc/config/s390/vector.md | 12 ++--- gcc/configure | 67 ++++++++++++++++++++++++++ gcc/configure.ac | 11 +++++ gcc/testsuite/gcc.target/s390/vector/align-1.c | 30 ++++++++++++ gcc/testsuite/gcc.target/s390/vector/align-2.c | 29 +++++++++++ 9 files changed, 177 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/vector/align-1.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/align-2.c