From: Jakub Jelinek Date: Wed, 28 Aug 2019 10:13:21 +0000 (+0200) Subject: re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e62506f36294bc26b9a64bcfd2464464ef784b72;p=gcc.git re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime) PR libgomp/91530 * config/i386/sse.md (vec_shl_, vec_shr_): Use V_128 iterator instead of VI_128. * testsuite/libgomp.c/scan-21.c: New test. * testsuite/libgomp.c/scan-22.c: New test. From-SVN: r274985 --- diff --git a/libgomp/testsuite/libgomp.c/scan-21.c b/libgomp/testsuite/libgomp.c/scan-21.c index c57ddc27eae..c531961ffe4 100644 --- a/libgomp/testsuite/libgomp.c/scan-21.c +++ b/libgomp/testsuite/libgomp.c/scan-21.c @@ -4,9 +4,3 @@ /* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ #include "scan-13.c" -/* { dg-require-effective-target size32plus } */ -/* { dg-require-effective-target avx_runtime } */ -/* { dg-additional-options "-O2 -fopenmp -fdump-tree-vect-details -msse2 -mno-sse3" } */ -/* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ - -#include "scan-13.c" diff --git a/libgomp/testsuite/libgomp.c/scan-22.c b/libgomp/testsuite/libgomp.c/scan-22.c index 07672ff0a1a..96fead7d54d 100644 --- a/libgomp/testsuite/libgomp.c/scan-22.c +++ b/libgomp/testsuite/libgomp.c/scan-22.c @@ -4,9 +4,3 @@ /* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ #include "scan-17.c" -/* { dg-require-effective-target size32plus } */ -/* { dg-require-effective-target avx_runtime } */ -/* { dg-additional-options "-O2 -fopenmp -fdump-tree-vect-details -msse2 -mno-sse3" } */ -/* { dg-final { scan-tree-dump-times "vectorized \[2-6] loops" 2 "vect" } } */ - -#include "scan-17.c"