This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4270a186dd8 2017-10-06 Richard Biener rguenther@suse.de new 114a60e9888 PR82317: S/390: Fix vec_min/vec_max builtins for IBM z13. new 938a3b26422 PR82322: S/390: Fix vec_ceil and friends new ce55060f790 2017-10-06 Richard Biener rguenther@suse.de
The 3 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 | 24 +++++++ gcc/config/s390/s390-builtin-types.def | 77 +++++++++++----------- gcc/config/s390/s390-builtins.def | 10 ++- gcc/testsuite/ChangeLog | 15 +++++ gcc/testsuite/gcc.target/s390/zvector/pr82317.c | 19 ++++++ gcc/testsuite/gcc.target/s390/zvector/pr82322.c | 22 +++++++ gcc/testsuite/gfortran.dg/{pr77498.f => pr82397.f} | 6 +- gcc/tree-vect-data-refs.c | 49 +++++--------- 8 files changed, 146 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/zvector/pr82317.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/pr82322.c copy gcc/testsuite/gfortran.dg/{pr77498.f => pr82397.f} (80%)