]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/39357 (gcc.dg/vect/vect-iv-6.c)
authorSteve Ellcey <sje@cup.hp.com>
Wed, 4 Mar 2009 17:25:16 +0000 (17:25 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 4 Mar 2009 17:25:16 +0000 (17:25 +0000)
PR testsuite/39357
* gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
vect_int to vect_int_mult.

From-SVN: r144614

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

index 508b7e3d9a28d8bfd4e7cdf80bd7399a1a08e533..e1cbbc73365a35c05a4640b01d53cbbae148e329 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 a0863cfe064b93bd53756f8aea9d2db4dc24eb21..f9fa57813fff157ac50021a5dcd06252e98812f0 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"