https://gcc.gnu.org/g:e15d566533bdb1f636df709dc287b23c4d3e3d25

commit r17-919-ge15d566533bdb1f636df709dc287b23c4d3e3d25
Author: H.J. Lu <[email protected]>
Date:   Fri May 29 04:30:56 2026 +0800

    vect-early-break-no-epilog_11.c: Require avx512f_runtime
    
    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 <[email protected]>

Diff:
---
 gcc/testsuite/gcc.dg/vect/vect-early-break-no-epilog_11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/vect-early-break-no-epilog_11.c 
b/gcc/testsuite/gcc.dg/vect/vect-early-break-no-epilog_11.c
index c62727377d24..b4509164857f 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-early-break-no-epilog_11.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-early-break-no-epilog_11.c
@@ -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"

Reply via email to