re PR tree-optimization/71354 (gcc.dg/vect/vect-23.c FAILs)
PR tree-optimization/71354 * gcc.dg/vect/vect-23.c: Use vect_condition instead of vect_cond. From-SVN: r237555
This commit is contained in:
parent
9b6a8d0fd1
commit
68b3b85816
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-06-17 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
PR tree-optimization/71354
|
||||
* gcc.dg/vect/vect-23.c: Use vect_condition instead of vect_cond.
|
||||
|
||||
2016-06-17 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
PR tree-optimization/71347
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-require-effective-target vect_int } */
|
||||
/* { dg-require-effective-target vect_cond } */
|
||||
/* { dg-require-effective-target vect_condition } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "tree-vect.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue