OSDN Git Service

* gcc.dg/vect/vect-116.c: Add vect_int target requirement.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / vect / vect-116.c
index 3b803fc..52acbf9 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-require-effective-target vect_int } */
 /* Assuming we can vectorize char multiplication, here's an execute test.  */
 
 #include <stdarg.h>
 /* Assuming we can vectorize char multiplication, here's an execute test.  */
 
 #include <stdarg.h>
@@ -26,3 +27,5 @@ int main()
   foo();
   return 0;
 }
   foo();
   return 0;
 }
+
+/* { dg-final { cleanup-tree-dump "vect" } } */