mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
0f366729b9
commit
be2789903f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 } } } } */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue