[PATCH] pr43430-1.c requires vect_condition target

Bingfeng Mei bmei@broadcom.com
Fri Aug 27 12:30:00 GMT 2010


Hi,
I noticed pr43430-1.c contains conditional code inside the loop.
To vectorize the loop, vect_condition target is required. OK for 
trunk?

Cheers,
Bingfeng 

2010-08-27  Bingfeng Mei  <bmei@broadcom.com>

	* gcc.dg/vect/pr43430-1.c: Requires vect_condition target.
        
Index: pr43430-1.c
===================================================================
--- pr43430-1.c (revision 163583)
+++ pr43430-1.c (working copy)
@@ -1,4 +1,5 @@
 /* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_condition } */

 #include <stdarg.h>
 #include "tree-vect.h"



More information about the Gcc-patches mailing list