This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite, obvious] Remove explicit "dg-do run" from g++.dg/vect/pr87914.cc


I found another instance of PR testsuite/83889 in the g++ testsuite. I've committed the attached patch to fix it in the same way as all the others.

-Sandra
2019-09-14  Sandra Loosemore  <sandra@codesourcery.com>

	PR testsuite/83889

	gcc/testsuite/
	* g++.dg/vect/pr87914.cc: Remove explicit dg-do run.
Index: gcc/testsuite/g++.dg/vect/pr87914.cc
===================================================================
--- gcc/testsuite/g++.dg/vect/pr87914.cc	(revision 275717)
+++ gcc/testsuite/g++.dg/vect/pr87914.cc	(working copy)
@@ -1,4 +1,3 @@
-// { dg-do run }
 // { dg-additional-options "-fopenmp-simd" }
 // { dg-additional-options "-mavx2" { target { avx2_runtime } } }
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]