[gcc r13-8231] testsuite: Skip ifcvt-4.c for SPARC V8
Daniel Hellstrom
danielh@gcc.gnu.org
Tue Jan 16 12:05:13 GMT 2024
https://gcc.gnu.org/g:2b1e27f178218367eb61f0849253da565acf7f66
commit r13-8231-g2b1e27f178218367eb61f0849253da565acf7f66
Author: Daniel Cederman <cederman@gaisler.com>
Date: Mon Jan 8 09:08:43 2024 +0100
testsuite: Skip ifcvt-4.c for SPARC V8
Conditional moves are not available in SPARC V8.
gcc/testsuite/ChangeLog:
* gcc.dg/ifcvt-4.c: Skip for SPARC V8
Diff:
---
gcc/testsuite/gcc.dg/ifcvt-4.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c
index 8b2583d00e9..99ed34863ba 100644
--- a/gcc/testsuite/gcc.dg/ifcvt-4.c
+++ b/gcc/testsuite/gcc.dg/ifcvt-4.c
@@ -3,6 +3,7 @@
/* { dg-additional-options "-march=z196" { target { s390x-*-* } } } */
/* { dg-additional-options "-mtune-ctrl=^one_if_conv_insn" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* avr-*-* cris-*-* hppa*64*-*-* visium-*-*" riscv*-*-* msp430-*-* nios2-*-* pru-*-* } } */
+/* { dg-skip-if "" { { sparc*-*-* } && { ! sparc_v9 } } } */
/* { dg-skip-if "" { "s390x-*-*" } { "-m31" } } */
typedef int word __attribute__((mode(word)));
More information about the Gcc-cvs
mailing list