From patchwork Mon Jan 8 08:20:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Cederman X-Patchwork-Id: 1883567 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=gaisler.com header.i=@gaisler.com header.a=rsa-sha256 header.s=unoeuro header.b=DYYA4zD5; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4T7n823jzTz1xqk for ; Mon, 8 Jan 2024 19:21:06 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5CE20386102E for ; Mon, 8 Jan 2024 08:21:04 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out3.simply.com (smtp-out3.simply.com [94.231.106.210]) by sourceware.org (Postfix) with ESMTPS id 04BD53857437 for ; Mon, 8 Jan 2024 08:20:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 04BD53857437 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=gaisler.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gaisler.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 04BD53857437 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=94.231.106.210 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704702040; cv=none; b=Ub5GLZiWHzw5WIZ2a5CmolYPszFPHxNtWnlJMC1IU6+7OClYi7/3JJg2tvCIzAknJhEiMw69UupoI0LuxN/7mHrWUaA3E7uksrunidGOgPvYqwNwnYKh9K6si69LBwb9+86GyQLQo5luk5pWyypuSbLVnS1VZ4v38zXhj0k/kb4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704702040; c=relaxed/simple; bh=rXmZBL+Zq0ysYqBpDuVYP59cfXconNzUoMuPyWmQZqg=; h=DKIM-Signature:From:To:Subject:Date:Message-Id:MIME-Version; b=lKzkv+G2JnLWrWtCczVvaGQSG2tVxDOzr6oReDEYvg2j0K4VkBWSb8SpqbOsWjeU53BXjHX+1OljIPUzJZiBiaawSKBpzW8atoPAIzkFU7zqMKstDuHVM+kXKNN5jlO1eY29dYCpxP8UBjAclh6erBJLZdTW5xQla4YiqrgpZA0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by smtp.simply.com (Simply.com) with ESMTP id 4T7n7S0Z7qz67wy; Mon, 8 Jan 2024 09:20:36 +0100 (CET) Received: from cederman.got.gaisler.com (h-98-128-223-123.NA.cust.bahnhof.se [98.128.223.123]) by smtp.simply.com (Simply.com) with ESMTPA id 4T7n7R64YXz67wf; Mon, 8 Jan 2024 09:20:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gaisler.com; s=unoeuro; t=1704702035; bh=3pNRkxOwR0gYfL0G0wwPT3zZKJw1+d7DUocyEo/2Z+8=; h=From:To:Cc:Subject:Date; b=DYYA4zD5jvo6KeBvW75/irMDoWlGSREbFxeaZ9ccWF7r/Lspuse7XUQAf6qBAfyt9 G9RZtIGyh1GdnlHuNn1iVhfQD56nvUsiZfrHdKhK+gkRoda0c7xmRDVp0wgBzePoCZ I0u11F4h7ap4GU5zotzRtpTaFATw0ePlHLwypass= From: Daniel Cederman To: gcc-patches@gcc.gnu.org Cc: ebotcazou@libertysurf.fr, daniel@gaisler.com Subject: [PATCH] testsuite: Skip ifcvt-4.c for SPARC V8 Date: Mon, 8 Jan 2024 09:20:29 +0100 Message-Id: <20240108082029.751159-1-cederman@gaisler.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Spam-Status: No, score=-17.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Conditional moves are not available in SPARC V8. gcc/testsuite/ChangeLog: * gcc.dg/ifcvt-4.c: Skip for SPARC V8 --- 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 8b2583d00e92..99ed34863bac 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)));