[Patch testsuite] Change xfail conditions for bb-slp-34.c

gcc/testsuite/

	* gcc.dg/vect/bb-slp-34.c: Don't XFAIL for ARM/AArch64.

From-SVN: r233935
This commit is contained in:
James Greenhalgh
2016-03-03 10:18:05 +00:00
committed by James Greenhalgh
parent 2350426232
commit fa07ecdd21
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2016-03-03 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.dg/vect/bb-slp-34.c: Don't XFAIL for ARM/AArch64.
2016-03-03 Ilya Enkovich <enkovich.gnu@gmail.com>
PR tree-optimization/70043
+1 -1
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" { target vect_perm xfail *-*-* } } } */
/* { dg-final { scan-tree-dump "basic block vectorized" "slp2" { xfail { { vect_perm } && { ! { aarch64*-*-* arm*-*-* } } } } } } */