* gcc.dg/vect/pr71264.c: XFAIL on SPARC.
From-SVN: r241634
This commit is contained in:
parent
f15fe0af54
commit
cc91248db2
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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*-*-* } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue