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
This commit is contained in:
Bin Cheng 2016-11-11 14:59:48 +00:00 committed by Bin Cheng
parent 0f366729b9
commit be2789903f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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>
PR c++/72774

View File

@ -39,6 +39,6 @@ int main (void)
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 } } } } */