diff mbox

[testsuite,committed] don't use "dg-do run" in vect tests, again

Message ID 5481DD6B.3010106@codesourcery.com
State New
Headers show

Commit Message

Sandra Loosemore Dec. 5, 2014, 4:29 p.m. UTC
This patch is a follow-up to this one

https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02337.html

which I checked in a couple months ago to fix execution failures from 
trying to run ARM NEON code on a target that didn't support those 
instructions.  I noticed that since then, some new gcc.dg/vect tests 
have been added that fail in the same way.  Since it's exactly the same 
problem and solution as the previous batch, I've committed the attached 
patch as an obvious fix.

-Sandra
diff mbox

Patch

Index: gcc/testsuite/gcc.dg/vect/pr63341-1.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr63341-1.c	(revision 218426)
+++ gcc/testsuite/gcc.dg/vect/pr63341-1.c	(working copy)
@@ -1,5 +1,4 @@ 
 /* PR tree-optimization/63341 */
-/* { dg-do run } */
 
 #include "tree-vect.h"
 
Index: gcc/testsuite/gcc.dg/vect/pr63341-2.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr63341-2.c	(revision 218426)
+++ gcc/testsuite/gcc.dg/vect/pr63341-2.c	(working copy)
@@ -1,5 +1,4 @@ 
 /* PR tree-optimization/63341 */
-/* { dg-do run } */
 
 #include "tree-vect.h"
 
Index: gcc/testsuite/gcc.dg/vect/pr63379.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr63379.c	(revision 218426)
+++ gcc/testsuite/gcc.dg/vect/pr63379.c	(working copy)
@@ -1,5 +1,4 @@ 
 /* PR tree-optimization/63379  */
-/* { dg-do run } */
 
 #include "tree-vect.h"
 
Index: gcc/testsuite/gcc.dg/vect/pr63605.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr63605.c	(revision 218426)
+++ gcc/testsuite/gcc.dg/vect/pr63605.c	(working copy)
@@ -1,5 +1,3 @@ 
-/* { dg-do run } */
-
 #include "tree-vect.h"
 
 extern void abort (void);