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.
This commit is contained in:
parent
8ce9ce6b16
commit
b4e17490c9
1 changed files with 1 additions and 1 deletions
|
@ -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*-*-* } } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue