https://gcc.gnu.org/g:06269f83b82886b81b7b54cc56c8fcb7a97c7739

commit 06269f83b82886b81b7b54cc56c8fcb7a97c7739
Author: Alexandre Oliva <ol...@adacore.com>
Date:   Thu Jan 30 02:59:06 2025 -0300

    [testsuite] require -Ofast for vect-ifcvt-18 even without avx

Diff:
---
 gcc/testsuite/gcc.dg/vect/vect-ifcvt-18.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/vect-ifcvt-18.c 
b/gcc/testsuite/gcc.dg/vect/vect-ifcvt-18.c
index c1d3c27d8193..228011ae07bc 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-ifcvt-18.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-ifcvt-18.c
@@ -1,6 +1,7 @@
 /* { dg-require-effective-target vect_condition } */
 /* { dg-require-effective-target vect_float } */
-/* { dg-additional-options "-Ofast -mavx" { target avx_runtime } } */
+/* { dg-additional-options "-Ofast" { target i?86-*-* x86_64-*-* } } */
+/* { dg-additional-options "-mavx" { target avx_runtime } } */
 
 
 int A0[4] = {36,39,42,45};

Reply via email to