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:
Rainer Orth 2016-03-09 13:09:02 +00:00 committed by Rainer Orth
parent 5a9def3777
commit 5828a50193
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

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