Commit 0cd1dd57 by Vidya Praveen Committed by Vidya Praveen

vect-iv-5.c: Make xfail conditional with !arm_neon_ok.


        * gcc.dg/vect/vect-iv-5.c: Make xfail conditional with !arm_neon_ok.

From-SVN: r201406
parent 1f029433
2013-08-01 Vidya Praveen <vidyapraveen@arm.com>
* gcc.dg/vect/vect-iv-5.c: Make xfail conditional with !arm_neon_ok.
2013-07-31 Michael Meissner <meissner@linux.vnet.ibm.com>
* gcc.target/powerpc/fusion.c: New file, test power8 fusion
......
......@@ -36,5 +36,5 @@ int main (void)
return main1 ();
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail {! arm_neon_ok } } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
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