From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2152) id 08E7D3858D28; Sat, 4 Mar 2023 00:54:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08E7D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677891293; bh=vW+GPAdR5PhDh2ICexvqHZtcyFlnhnpk62bXQRGo1yw=; h=From:To:Subject:Date:From; b=l5EWmCTT9m9WgXhb0vrBgcAMdyoW6CRpK/z+x5qW5A/mUQ902uYNqxze8V8k0lUDJ Ax+o9MTjIk3TjwitPnLx1AYe1FJUbIK8yT0QvHClCq7liOl0n6TUWk0jBH8+/qrHwB 2O3Cs4W1v0qirv3CDuoLG6KRhBj4lBXdtsL4u1Ow= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Hans-Peter Nilsson To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6470] testsuite: Skip gcc.dg/ifcvt-4.c for CRIS X-Act-Checkin: gcc X-Git-Author: Hans-Peter Nilsson X-Git-Refname: refs/heads/master X-Git-Oldrev: 5e6fc0e70a04964e241b900c4ed6235427899542 X-Git-Newrev: 37a084871ad3cff42a09bb03af459f7de903b3fc Message-Id: <20230304005453.08E7D3858D28@sourceware.org> Date: Sat, 4 Mar 2023 00:54:53 +0000 (GMT) List-Id: https://gcc.gnu.org/g:37a084871ad3cff42a09bb03af459f7de903b3fc commit r13-6470-g37a084871ad3cff42a09bb03af459f7de903b3fc Author: Hans-Peter Nilsson 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)));