Commit fad36601 by Bin Cheng Committed by Bin Cheng

pr56541.c: Xfail on !vect_cond_mixed targets.

	gcc/testsuite
	* gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets.

From-SVN: r241969
parent 7c8615b6
2016-11-08 Bin Cheng <bin.cheng@arm.com> 2016-11-08 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets.
2016-11-08 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/tree-ssa/pr71347.c: Drop xfail. * gcc.dg/tree-ssa/pr71347.c: Drop xfail.
2016-11-08 Bin Cheng <bin.cheng@arm.com> 2016-11-08 Bin Cheng <bin.cheng@arm.com>
......
...@@ -24,4 +24,4 @@ void foo() ...@@ -24,4 +24,4 @@ void foo()
} }
} }
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { ! vect_cond_mixed } } } } */
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