diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2023-03-02 18:48:50 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2023-03-04 01:54:32 +0100 |
commit | 37a084871ad3cff42a09bb03af459f7de903b3fc (patch) | |
tree | 8cb5d926e51860832bcaee9d54610ce5283e14a3 | |
parent | 5e6fc0e70a04964e241b900c4ed6235427899542 (diff) | |
download | gcc-37a084871ad3cff42a09bb03af459f7de903b3fc.zip gcc-37a084871ad3cff42a09bb03af459f7de903b3fc.tar.gz gcc-37a084871ad3cff42a09bb03af459f7de903b3fc.tar.bz2 |
testsuite: Skip gcc.dg/ifcvt-4.c for CRIS
CRIS has no conditional execution and no conditional moves.
* gcc.dg/ifcvt-4.c: Add cris-*-* to skip list.
-rw-r--r-- | gcc/testsuite/gcc.dg/ifcvt-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c index 46245f0..8b2583d 100644 --- a/gcc/testsuite/gcc.dg/ifcvt-4.c +++ b/gcc/testsuite/gcc.dg/ifcvt-4.c @@ -2,7 +2,7 @@ /* { dg-additional-options "-misel" { target { powerpc*-*-* } } } */ /* { 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-*-* hppa*64*-*-* visium-*-*" riscv*-*-* msp430-*-* nios2-*-* pru-*-* } } */ +/* { 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 "" { "s390x-*-*" } { "-m31" } } */ typedef int word __attribute__((mode(word))); |