Commit 5828a501 by Rainer Orth Committed by Rainer Orth

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
parent 5a9def37
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> 2016-03-09 Jakub Jelinek <jakub@redhat.com>
PR middle-end/67278 PR middle-end/67278
......
...@@ -33,4 +33,4 @@ int main() ...@@ -33,4 +33,4 @@ int main()
} }
/* ??? XFAILed because we access "excess" elements with the permutation. */ /* ??? 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*-*-* } } } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment