https://gcc.gnu.org/g:7e59f0c05da840ca13ba73d25947df8a4eaf199e

commit r15-1383-g7e59f0c05da840ca13ba73d25947df8a4eaf199e
Author: Andreas Krebbel <kreb...@linux.ibm.com>
Date:   Mon Jun 17 21:50:27 2024 +0200

    vshuf-mem.C: Make -march=z14 depend on s390_vxe
    
    gcc/testsuite/ChangeLog:
    
            * g++.dg/torture/vshuf-mem.C: Use -march=z14 only, if the we are
            on a machine which can actually run it.

Diff:
---
 gcc/testsuite/g++.dg/torture/vshuf-mem.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/torture/vshuf-mem.C 
b/gcc/testsuite/g++.dg/torture/vshuf-mem.C
index 6d892f876be5..1d828e33a140 100644
--- a/gcc/testsuite/g++.dg/torture/vshuf-mem.C
+++ b/gcc/testsuite/g++.dg/torture/vshuf-mem.C
@@ -1,6 +1,6 @@
 // { dg-options "-std=c++11 -Wno-psabi" }
 // { dg-do run }
-// { dg-additional-options "-march=z14" { target s390*-*-* } }
+// { dg-additional-options "-march=z14" { target s390_vxe } }
 
 /* This used to trigger (2024-05-28) the vectorize_vec_perm_const
    backend hook to be invoked with a MEM source operand.  Extracted

Reply via email to