diff options
author | Richard Biener <rguenther@suse.de> | 2024-11-08 12:44:47 +0100 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2024-11-08 12:46:19 +0100 |
commit | a9c31c2e76d9b63225448375a72a80591b43c7a6 (patch) | |
tree | 5e7029de4cab434d0b37cdd96c8838016d26182c | |
parent | b907cde027dc65af5842c06c50cfa12e2f58133b (diff) | |
download | gcc-a9c31c2e76d9b63225448375a72a80591b43c7a6.zip gcc-a9c31c2e76d9b63225448375a72a80591b43c7a6.tar.gz gcc-a9c31c2e76d9b63225448375a72a80591b43c7a6.tar.bz2 |
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.
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect-early-break_21.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 dbe3f82..f73f3c2 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> |