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 4a5244551bf Daily bump. new cf16ecdd897 PR94613: Fix vec_sel builtin for IBM Z new 2c7bab44f1e S/390: Fix PR94666
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/ChangeLog | 20 ++ gcc/config/s390/s390-builtin-types.def | 3 + gcc/config/s390/s390-builtins.def | 65 ++++--- gcc/config/s390/vector.md | 10 +- gcc/config/s390/vx-builtins.md | 27 ++- gcc/testsuite/ChangeLog | 16 ++ gcc/testsuite/g++.dg/pr94666.C | 20 ++ gcc/testsuite/gcc.target/s390/zvector/pr94613.c | 38 ++++ gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c | 211 ++++++++++++++++++++++ 9 files changed, 363 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr94666.C create mode 100644 gcc/testsuite/gcc.target/s390/zvector/pr94613.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c