public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6470] testsuite: Skip gcc.dg/ifcvt-4.c for CRIS
@ 2023-03-04  0:54 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2023-03-04  0:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:37a084871ad3cff42a09bb03af459f7de903b3fc

commit r13-6470-g37a084871ad3cff42a09bb03af459f7de903b3fc
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Thu Mar 2 18:48:50 2023 +0100

    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.

Diff:
---
 gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c
index 46245f0d069..8b2583d00e9 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)));

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-04  0:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04  0:54 [gcc r13-6470] testsuite: Skip gcc.dg/ifcvt-4.c for CRIS Hans-Peter Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).