testsuite: Xfail gcc.dg/vect/pr71264.c on IBM Z
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Wed, 21 Apr 2021 08:44:54 +0000 (10:44 +0200)
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Wed, 21 Apr 2021 08:44:54 +0000 (10:44 +0200)
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.

gcc/testsuite/gcc.dg/vect/pr71264.c

index 5f6407a..dc849bf 100644 (file)
@@ -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*-*-* } } } */