diff options
author | Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | 2021-04-21 10:44:54 +0200 |
---|---|---|
committer | Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | 2021-04-21 10:44:54 +0200 |
commit | b4e17490c917746dc523cd1b4441000b66530695 (patch) | |
tree | 5bcafcd47ee9024800fa3920a9051d290857a3e3 /gcc | |
parent | 8ce9ce6b16b3988f60bb92a916ea50dd3237a532 (diff) | |
download | gcc-b4e17490c917746dc523cd1b4441000b66530695.zip gcc-b4e17490c917746dc523cd1b4441000b66530695.tar.gz gcc-b4e17490c917746dc523cd1b4441000b66530695.tar.bz2 |
testsuite: Xfail gcc.dg/vect/pr71264.c on IBM Z
The test fails for targets with V4QImode support which is the case for
IBM Z.
gcc/testsuite/ChangeLog:
* gcc.dg/vect/pr71264.c: Xfail on IBM Z due to V4QImode support.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/pr71264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/pr71264.c b/gcc/testsuite/gcc.dg/vect/pr71264.c index 5f6407a..dc849bf 100644 --- a/gcc/testsuite/gcc.dg/vect/pr71264.c +++ b/gcc/testsuite/gcc.dg/vect/pr71264.c @@ -19,5 +19,5 @@ void test(uint8_t *ptr, uint8_t *mask) } } -/* { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" { xfail sparc*-*-* } } } */ +/* { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" { xfail s390*-*-* sparc*-*-* } } } */ |