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:
Stefan Schulze Frielinghaus 2021-04-21 10:44:54 +02:00
parent 8ce9ce6b16
commit b4e17490c9

View 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*-*-* } } } */