]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vshuf-mem.C: Make -march=z14 depend on s390_vxe
authorAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 17 Jun 2024 19:50:27 +0000 (21:50 +0200)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 17 Jun 2024 19:59:16 +0000 (21:59 +0200)
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.

gcc/testsuite/g++.dg/torture/vshuf-mem.C

index 6d892f876be5c322b590f02c6e1712e296c97aed..1d828e33a14043e6dc388ff504d21d3836975bd0 100644 (file)
@@ -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