2014-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * gcc.dg/vect/vect-nop-move.c (main): Check for vect runtime.


Index: gcc/testsuite/gcc.dg/vect/vect-nop-move.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/vect-nop-move.c	(revision 206532)
+++ gcc/testsuite/gcc.dg/vect/vect-nop-move.c	(working copy)
@@ -2,6 +2,8 @@
 /* { dg-require-effective-target vect_float } */
 /* { dg-additional-options "-fdump-rtl-combine-details" } */
 
+#include "tree-vect.h"
+
 extern void abort (void);
 
 #define NOINLINE __attribute__((noinline))
@@ -54,6 +56,8 @@ main()
   float32x4_t a = { 0.0f, 1.0f, 2.0f, 3.0f };
   float32x2_t b = { 0.0f, 1.0f };
 
+  check_vect ();
+
   if (foo32x2_be (b) != 1.0f)
     abort ();
 
