This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0fe12b0234a Add numerous flags to the -fdump-fortran-original attribute dump. new 2930bb32179 PR94613: Fix vec_sel builtin for IBM Z
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 | 9 + gcc/config/s390/s390-builtin-types.def | 3 + gcc/config/s390/s390-builtins.def | 65 ++++--- gcc/config/s390/vx-builtins.md | 27 ++- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/s390/zvector/pr94613.c | 38 ++++ gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c | 211 ++++++++++++++++++++++ 7 files changed, 315 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/zvector/pr94613.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c