From: Richard Biener Date: Fri, 24 May 2024 11:15:38 +0000 (+0200) Subject: Fix gcc.dg/vect/vect-gather-4.c for cascadelake X-Git-Tag: basepoints/gcc-16~8737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e2ce10f76aee93e43aab6558cf8e39cec911e4;p=thirdparty%2Fgcc.git Fix gcc.dg/vect/vect-gather-4.c for cascadelake There's not really a good way to test what the testcase wants to test, the following exchanges one dump scan for another (imperfect) one. * gcc.dg/vect/vect-gather-4.c: Scan for not vectorizing using SLP. --- diff --git a/gcc/testsuite/gcc.dg/vect/vect-gather-4.c b/gcc/testsuite/gcc.dg/vect/vect-gather-4.c index 1ce63e69199..d18094d6982 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-gather-4.c +++ b/gcc/testsuite/gcc.dg/vect/vect-gather-4.c @@ -45,4 +45,4 @@ f3 (int *restrict y, int *restrict x, int *restrict indices) } } -/* { dg-final { scan-tree-dump-not "Loop contains only SLP stmts" vect } } */ +/* { dg-final { scan-tree-dump-not "vectorizing stmts using SLP" vect } } */