[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:
committed by
James Greenhalgh
parent
2350426232
commit
fa07ecdd21
@@ -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
|
||||
|
||||
@@ -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*-*-* } } } } } } */
|
||||
|
||||
Reference in New Issue
Block a user