diff mbox

[testsuite] Skip gcc.dg/vect/vect-reduc-pattern-3.c on SPARC

Message ID 8891404.XMCEnL22he@polaris
State New
Headers show

Commit Message

Eric Botcazou Dec. 9, 2013, 6:05 p.m. UTC
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  <ebotcazou@adacore.com>

	* gcc.dg/vect/vect-reduc-pattern-3.c: Require vect_int_mult.

Comments

Jeff Law Dec. 9, 2013, 9:13 p.m. UTC | #1
On 12/09/13 11:05, Eric Botcazou wrote:
> 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  <ebotcazou@adacore.com>
>
> 	* gcc.dg/vect/vect-reduc-pattern-3.c: Require vect_int_mult.
OK.  Thanks,
Jeff
diff mbox

Patch

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"