Since this is an execution test, require sse2_runtime.

Regstrapped on x86_64-linux-gnu.  Also tested with ppc-vx7r2,
ppc64-vx7r2, arm-vx7r2, aarch64-vx7r2, x86_64-vx7r2, and x86-vx7r2.  Ok
to install?


for  gcc/testsuite/ChangeLog

        * gcc.target/i386/part-vect-absnegbf.c: Require sse2_runtime.
---
 gcc/testsuite/gcc.target/i386/part-vect-absnegbf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/part-vect-absnegbf.c 
b/gcc/testsuite/gcc.target/i386/part-vect-absnegbf.c
index 282f506ea2f68..fc91adf1fdee2 100644
--- a/gcc/testsuite/gcc.target/i386/part-vect-absnegbf.c
+++ b/gcc/testsuite/gcc.target/i386/part-vect-absnegbf.c
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target sse2_runtime } } */
 /* { dg-options "-O1 -fdump-tree-vect-details -fdump-tree-slp-details 
-fdump-tree-optimized -msse2" } */
 
 extern void abort (void);

-- 
Alexandre Oliva, happy hacker            https://blog.lx.oliva.nom.br/
Free Software Activist     FSFLA co-founder     GNU Toolchain Engineer
More tolerance and less prejudice are key for inclusion and diversity.
Excluding neuro-others for not behaving ""normal"" is *not* inclusive!

Reply via email to