* gcc.dg/vect/pr71264.c: XFAIL on SPARC.

From-SVN: r241634
This commit is contained in:
Eric Botcazou 2016-10-27 21:02:25 +00:00 committed by Eric Botcazou
parent f15fe0af54
commit cc91248db2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2016-10-27 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/vect/pr71264.c: XFAIL on SPARC.
2016-10-27 Michael Meissner <meissner@linux.vnet.ibm.com>
* gcc.target/powerpc/vsx-simode.c: New test.

View file

@ -17,4 +17,5 @@ void test(uint8_t *ptr, uint8_t *mask)
}
}
/* { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" } } */
/* { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" {
xfail sparc*-*-* } } } */