Commit 4c6a4a53 by Bin Cheng Committed by Bin Cheng

vect-cond-2.c: Drop xfail.

	gcc/testsuite
	* gcc.dg/vect/vect-cond-2.c: Drop xfail.

From-SVN: r241967
parent 83afd959
2016-11-08 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/vect/vect-cond-2.c: Drop xfail.
2016-11-08 Martin Liska <mliska@suse.cz> 2016-11-08 Martin Liska <mliska@suse.cz>
PR testsuite/78242 PR testsuite/78242
......
...@@ -39,8 +39,6 @@ int main (void) ...@@ -39,8 +39,6 @@ int main (void)
return 0; return 0;
} }
/* The order of computation should not be changed for cond_expr, therefore, /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
it cannot be vectorized in reduction. */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } } */
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