]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Skip gcc.dg/ifcvt-4.c for CRIS
authorHans-Peter Nilsson <hp@axis.com>
Thu, 2 Mar 2023 17:48:50 +0000 (18:48 +0100)
committerHans-Peter Nilsson <hp@bitrange.com>
Sat, 4 Mar 2023 00:54:32 +0000 (01:54 +0100)
CRIS has no conditional execution and no conditional moves.

* gcc.dg/ifcvt-4.c: Add cris-*-* to skip list.

gcc/testsuite/gcc.dg/ifcvt-4.c

index 46245f0d06983bb8eb1a0ef3d628e930f9a80b33..8b2583d00e92cac1f618f7607cac86f29debf88b 100644 (file)
@@ -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)));