aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2024-11-08 12:44:47 +0100
committerRichard Biener <rguenth@gcc.gnu.org>2024-11-08 12:46:19 +0100
commita9c31c2e76d9b63225448375a72a80591b43c7a6 (patch)
tree5e7029de4cab434d0b37cdd96c8838016d26182c
parentb907cde027dc65af5842c06c50cfa12e2f58133b (diff)
downloadgcc-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.c2
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>