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:
Bin Cheng 2016-06-17 13:55:06 +00:00 committed by Bin Cheng
parent 9b6a8d0fd1
commit 68b3b85816
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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"