Commit be278990 by Bin Cheng Committed by Bin Cheng

re PR testsuite/78292 (test case gcc.dg/vect/vect-cond-2.c fails starting with r241967)

	gcc/testsuite
	PR testsuite/78292
	* gcc.dg/vect/vect-cond-2.c: Only drop xfail for targets supporting
	vect_max_reduc.

From-SVN: r242073
parent 0f366729
2016-11-11 Bin Cheng <bin.cheng@arm.com>
PR testsuite/78292
* gcc.dg/vect/vect-cond-2.c: Only drop xfail for targets supporting
vect_max_reduc.
2016-11-11 Jakub Jelinek <jakub@redhat.com> 2016-11-11 Jakub Jelinek <jakub@redhat.com>
PR c++/72774 PR c++/72774
......
...@@ -39,6 +39,6 @@ int main (void) ...@@ -39,6 +39,6 @@ int main (void)
return 0; return 0;
} }
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { ! vect_max_reduc } } } } */
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