This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bb8389e1f0d [Patch] [arm] Fix 88714, Arm LDRD/STRD peepholes. new 8c0752a66e8 S/390: Fix the vec_xl / vec_xst style builtins
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 | 10 ++++ gcc/config/s390/s390-builtin-types.def | 14 ++++- gcc/config/s390/s390-builtins.def | 65 +++++++++++----------- gcc/config/s390/s390-c.c | 28 +++++++--- gcc/testsuite/ChangeLog | 5 ++ .../gcc.target/s390/zvector/xl-xst-align-1.c | 45 +++++++++++++++ .../gcc.target/s390/zvector/xl-xst-align-2.c | 48 ++++++++++++++++ 7 files changed, 176 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/zvector/xl-xst-align-1.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/xl-xst-align-2.c