This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e431291905 Fix __invoke_r<void> to be valid in C++11 new b8f33eae69c S/390: Fix vec_sldw builtin new 8ee68b6c57e PR tree-optimization/90106 * gcc.dg/cdce3.c: New test.
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 | 5 +++ gcc/config/s390/s390-builtins.def | 20 +++++---- gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/gcc.dg/cdce3.c | 11 +++++ gcc/testsuite/gcc.target/s390/zvector/vec-sldw.c | 55 ++++++++++++++++++++++++ 5 files changed, 91 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/cdce3.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-sldw.c