re PR middle-end/83889 (new failures on some arm targets after r256644)

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

	PR testsuite/83889

	gcc/testsuite/
	* g++.dg/vect/pr87914.cc: Remove explicit dg-do run.

From-SVN: r275718
This commit is contained in:
Sandra Loosemore 2019-09-14 15:00:15 -04:00 committed by Sandra Loosemore
parent 62dca3d53e
commit df19f4717d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-09-14 Sandra Loosemore <sandra@codesourcery.com>
PR testsuite/83889
* g++.dg/vect/pr87914.cc: Remove explicit dg-do run.
2019-09-14 Kewen Lin <linkw@gcc.gnu.org>
PR middle-end/80791

View File

@ -1,4 +1,3 @@
// { dg-do run }
// { dg-additional-options "-fopenmp-simd" }
// { dg-additional-options "-mavx2" { target { avx2_runtime } } }