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

commit r15-5038-ga9c31c2e76d9b63225448375a72a80591b43c7a6
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Nov 8 12:44:47 2024 +0100

    Enable gcc.dg/vect/vect-early-break_21.c on x86_64
    
    The following also enables the testcase on x86 as it now has the
    required cbranch.
    
            * gcc.dg/vect/vect-early-break_21.c: Remove disabling of
            x86_64 and i?86.

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

diff --git a/gcc/testsuite/gcc.dg/vect/vect-early-break_21.c 
b/gcc/testsuite/gcc.dg/vect/vect-early-break_21.c
index dbe3f8265115..f73f3c2eb86e 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-early-break_21.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-early-break_21.c
@@ -5,7 +5,7 @@
 
 /* { dg-additional-options "-Ofast" } */
 
-/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" { target { ! 
"x86_64-*-* i?86-*-*" } } } } */
+/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" } } */
 
 #include <stdbool.h>

Reply via email to