From patchwork Tue Jul 16 09:30:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 1132550 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-505131-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="xwvbLCCb"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45nwB41bJKz9sBt for ; Tue, 16 Jul 2019 19:30:52 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=CxF01j8t0+d/tI1GeDjlE0jXfOQZYfWgQv7Dj8uSQKZsKiyqgWjUp 42pyDiz7JFwQDTzLWcXZ+99Z+/IQLEqap6t4aLHqDCYuYkFkjUWYWNa4bCNV11wc aiXIRtkQJlzKpxKr3UMuq/lvlAgAj6x8z8VRC12WQoR/JEcIfGTRmw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=3l6QOyyZ1njfHCU9Pfi2Vtmzu74=; b=xwvbLCCb915DvWFTdQcQ FGRH3OQKgngsx9g19hk+jc9JMLZtbgcs66yKt9VTlC6Ok8oaa9Pv9QMgWOpyJ/8t ce+x5EnPCaC0fVfKU7VuznpZDl7+uo6B1gGgzoesYGG3MiX4gC1jR3n5jDu0Hs7b Y+fZaTxXswZ2IYC5MPXVDps= Received: (qmail 31635 invoked by alias); 16 Jul 2019 09:30:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 31417 invoked by uid 89); 16 Jul 2019 09:30:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1293 X-HELO: smtp.CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE (HELO smtp.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 16 Jul 2019 09:30:33 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 4C7C7D88 for ; Tue, 16 Jul 2019 11:30:26 +0200 (CEST) Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Fc9EFNqOiIQy for ; Tue, 16 Jul 2019 11:30:24 +0200 (CEST) Received: from itzacchiuatl.CeBiTec.Uni-Bielefeld.DE (itzacchiuatl.CeBiTec.Uni-Bielefeld.DE [129.70.161.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 7DD1BD87 for ; Tue, 16 Jul 2019 11:30:24 +0200 (CEST) Received: (from ro@localhost) by itzacchiuatl.CeBiTec.Uni-Bielefeld.DE (8.15.2+Sun/8.15.2/Submit) id x6G9UNhc016509; Tue, 16 Jul 2019 11:30:23 +0200 (CEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [testsuite] Don't xfail gcc.dg/tree-ssa/pr84512.c on 64-bit SPARC Date: Tue, 16 Jul 2019 11:30:23 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes Since 20190701, when the failure of gcc.dg/tree-ssa/pr84512.c on x86 was fixed, the test has been XPASSing on 64-bit SPARC: XPASS: gcc.dg/tree-ssa/pr84512.c scan-tree-dump optimized "return 285;" Fixed as follows, just as been done recently on alpha. Tested on sparc-sun-solaris2.11 (both multilibs), installed on mainline. Rainer # HG changeset patch # Parent 0d0b2ddaee53b09ca37c2cc2cb7050b362de4e4c Don't xfail gcc.dg/tree-ssa/pr84512.c on 64-bit SPARC diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr84512.c b/gcc/testsuite/gcc.dg/tree-ssa/pr84512.c --- a/gcc/testsuite/gcc.dg/tree-ssa/pr84512.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr84512.c @@ -13,4 +13,4 @@ int foo() } /* Listed targets xfailed due to PR84958. */ -/* { dg-final { scan-tree-dump "return 285;" "optimized" { xfail { { amdgcn*-*-* nvptx*-*-* } || { sparc*-*-* && lp64 } } } } } */ +/* { dg-final { scan-tree-dump "return 285;" "optimized" { xfail { amdgcn*-*-* nvptx*-*-* } } } } */