]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vect-early-break-no-epilog_11.c: Require avx512f_runtime
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 28 May 2026 20:30:56 +0000 (04:30 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 28 May 2026 20:30:56 +0000 (04:30 +0800)
Require avx512f_runtime instead of avx512f_hw to fix

ERROR: gcc.dg/vect/vect-early-break-no-epilog_11.c -flto -ffat-lto-objects: unknown effective target keyword `avx512f_hw' for " dg-require-effective-target 7 avx512f_hw { target i?86-*-* x86_64-*-* } "

* gcc.dg/vect/vect-early-break-no-epilog_11.c: Require
avx512f_runtime instead of avx512f_hw.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
gcc/testsuite/gcc.dg/vect/vect-early-break-no-epilog_11.c

index c62727377d24367df08aa41fff4af94ab6cd2f02..b4509164857f29c50ff423cbbf1484a6e266fd07 100644 (file)
@@ -4,7 +4,7 @@
 /* { dg-require-effective-target vect_long } */
 
 /* { dg-additional-options "-mavx512f" { target { i?86-*-* x86_64-*-* } } } */
-/* { dg-require-effective-target avx512f_hw { target i?86-*-* x86_64-*-* } } */
+/* { dg-require-effective-target avx512f_runtime { target i?86-*-* x86_64-*-* } } */
 
 #include "tree-vect.h"