Hi,
the test requires vect_int, but it seems to me that it should require
vect_int_mult instead.
Tested on x86/Linux and SPARC/Solaris, OK for the mainline?
2013-12-09 Eric Botcazou <ebotca...@adacore.com>
* gcc.dg/vect/vect-reduc-pattern-3.c: Require vect_int_mult.
--
Eric Botcazou
Index: gcc.dg/vect/vect-reduc-pattern-3.c
===================================================================
--- gcc.dg/vect/vect-reduc-pattern-3.c (revision 205774)
+++ gcc.dg/vect/vect-reduc-pattern-3.c (working copy)
@@ -1,4 +1,4 @@
-/* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_int_mult } */
#include <stdarg.h>
#include "tree-vect.h"