Really don't xfail gcc.dg/vect/bb-slp-34.c on aarch64, arm
* gcc.dg/vect/bb-slp-34.c: Really don't xfail on aarch64-*-*, arm-*-*. From-SVN: r234081
This commit is contained in:
parent
5a9def3777
commit
5828a50193
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-03-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* gcc.dg/vect/bb-slp-34.c: Really don't xfail on aarch64-*-*,
|
||||
arm-*-*.
|
||||
|
||||
2016-03-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/67278
|
||||
|
|
|
@ -33,4 +33,4 @@ int main()
|
|||
}
|
||||
|
||||
/* ??? XFAILed because we access "excess" elements with the permutation. */
|
||||
/* { dg-final { scan-tree-dump "basic block vectorized" "slp2" { xfail { { vect_perm } && { ! { aarch64*-*-* arm*-*-* } } } } } } */
|
||||
/* { dg-final { scan-tree-dump "basic block vectorized" "slp2" { target vect_perm xfail { ! { aarch64*-*-* arm*-*-* } } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue