PR testsuite/39357
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Mar 2009 17:25:16 +0000 (17:25 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Mar 2009 17:25:16 +0000 (17:25 +0000)
* gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
vect_int to vect_int_mult.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144614 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-iv-6.c

index 508b7e3..e1cbbc7 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-04  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/39357
+       * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
+       vect_int to vect_int_mult.
+
 2009-03-04  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/39358
index a0863cf..f9fa578 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_int_mult } */
 #include <stdio.h>
 #include <stdarg.h>
 #include "tree-vect.h"