From patchwork Tue Aug 5 22:57:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Maciej W. Rozycki" X-Patchwork-Id: 376815 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 0FCB11400AA for ; Wed, 6 Aug 2014 08:57:57 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=uTccD8whXDMWVEw/ nQJFgUi9bjTzLIKhBTXMwkwWshsJ3H6wCpajttLB5Vr6f01zPic2srGxB7sIgbnu P9CKpSDSR4GOTiaqlqJcDwdLRGE0VYp4AbgVHARuObh/UbI29DyokU/Lp3w3HNu/ cBQ4zg3WGWcwOGvsZ0oLBp54diI= 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:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=mdnipIDtAn3qcSjWsmg0xD VIGNw=; b=otgseUYH/a+DRQ039J32KZj9V19/dzatSdjosmeYLJvUFTP9UTzM3Y JbUQwnKeUFLbACBEHj9JRrP8W0ycGYTFRfIPl1BWNhWjAR59dl4KFDpGQoPKwsmh simuCyuWU4sZdmzDdFYL2iyJKbG3uKf8UwwipWLNYqzVZNSIGVZfI= Received: (qmail 1211 invoked by alias); 5 Aug 2014 22:57:51 -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 1199 invoked by uid 89); 5 Aug 2014 22:57:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Aug 2014 22:57:48 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1XEnfs-0005E8-JX from Maciej_Rozycki@mentor.com ; Tue, 05 Aug 2014 15:57:44 -0700 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 5 Aug 2014 15:57:44 -0700 Received: from localhost (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server (TLS) id 14.2.247.3; Tue, 5 Aug 2014 23:57:42 +0100 Date: Tue, 5 Aug 2014 23:57:36 +0100 From: "Maciej W. Rozycki" To: "Joseph S. Myers" CC: David Edelsohn , Subject: [PATCH v2] gcc/testsuite: Disable pr44194-1.c for BE Power64/Linux In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 On Mon, 4 Aug 2014, Joseph S. Myers wrote: > > except from the newly-added 64-bit little-endian one (according to > > LINUX64_DEFAULT_ABI_ELFv2 defined in rs6000/sysv4le.h and then > > rs6000_return_in_memory) or where the `-mabi=elfv2' option has been used > > (that, regrettably, looks undetectable to me; there's no preprocessor > > macro defined one could use to tell the ABIs apart). The test case > > The preprocessor macro is _CALL_ELF (defined to 1 or 2 depending on the > 64-bit ABI variant in use, or not defined at all for other ABIs). D'oh, there's even a predicate procedure in our test framework already to cover it. Thanks for straightening me out, an updated patch follows. This scores: UNSUPPORTED: gcc.dg/pr44194-1.c in my testing, like the previous version. OK to apply? 2014-08-05 Maciej W. Rozycki gcc/testsuite/ * gcc.dg/pr44194-1.c: Also exclude powerpc*-*-linux*, except if powerpc_elfv2. Maciej gcc-test-ppc-pr44194.diff Index: gcc-fsf-trunk-quilt/gcc/testsuite/gcc.dg/pr44194-1.c =================================================================== --- gcc-fsf-trunk-quilt.orig/gcc/testsuite/gcc.dg/pr44194-1.c 2014-08-04 23:54:08.000000000 +0100 +++ gcc-fsf-trunk-quilt/gcc/testsuite/gcc.dg/pr44194-1.c 2014-08-05 23:35:49.158934812 +0100 @@ -1,4 +1,4 @@ -/* { dg-do compile { target { { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } && { ! hppa*64*-*-* } } && { ! alpha*-*-* } } } } */ +/* { dg-do compile { target { { { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } && { ! hppa*64*-*-* } } && { ! alpha*-*-* } } && { { ! powerpc*-*-linux* } || powerpc_elfv2 } } } } } */ /* { dg-options "-O2 -fdump-rtl-dse1 -fdump-rtl-final" } */ /* Restrict to 64-bit targets since 32-bit targets usually return small