From: Richard Biener Date: Wed, 11 Feb 2026 17:31:45 +0000 (+0100) Subject: Make gcc.dg/vect/bb-slp-cond-1.c PASS with -mavx2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a9146a0e872dc00be654581a9cc38ea8d47481;p=thirdparty%2Fgcc.git Make gcc.dg/vect/bb-slp-cond-1.c PASS with -mavx2 This fixes the testcase to avoid epilogue vectorization. * gcc.dg/vect/bb-slp-cond-1.c: Disable epilogue vectorization. --- diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c b/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c index 8faf6b6e3ac..05212f43b58 100644 --- a/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c +++ b/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c @@ -1,4 +1,5 @@ /* { dg-require-effective-target vect_condition } */ +/* { dg-additional-options "--param vect-epilogues-nomask=0" } */ /* { dg-additional-options "-fdump-tree-vect-details" } */ #include "tree-vect.h"