From patchwork Tue Jan 26 22:45:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 573529 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 8A781140C5B for ; Wed, 27 Jan 2016 09:45:23 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=gQxDOC3N; dkim-atps=neutral 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 :content-transfer-encoding; q=dns; s=default; b=iryRA2zTmySaogT/ SD0EHyd597xHfyg5I7dc/6ULfT+knkY+QNHQSAYkv5XPZIveuUBv/jNKDbXXM3z0 FN5LWVV71NknupB1zLaF1tAy4Rq60Ce7Fpo1EX9j8vA7CwCAaAwR0jcWqzuWagxt Bs4+wa4Lcax1YthxknB9PuMjbX8= 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 :content-transfer-encoding; s=default; bh=1Qdege/wqMcOuoKKok8AF+ 1eCeo=; b=gQxDOC3N/MiFlesfCEro9cI1yGHzkLalQIpxceWiRXsDVyt7UwSKyq YwCntn4je0iTqHFbX2Y9fNVL+G87MpyWA1ix7AQW/3KW/p+UFqemUSLopCbtOdsW F+7KZsNQFXqh4PAIhBRREBhpV/W3cac+0RK/g3fEYVckEvSPm+xdI= Received: (qmail 78647 invoked by alias); 26 Jan 2016 22:45:14 -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 78443 invoked by uid 89); 26 Jan 2016 22:45:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=sparc*-*-*, sparc***, HContent-Transfer-Encoding:7Bit X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 26 Jan 2016 22:45:05 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B430B812D0 for ; Tue, 26 Jan 2016 23:45:02 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KnDyOGgs_kXA for ; Tue, 26 Jan 2016 23:45:02 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 91A6C812CB for ; Tue, 26 Jan 2016 23:45:02 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [testsuite] XFAIL gcc.c-torture/execute/stkalign.c on SPARC 64-bit Date: Tue, 26 Jan 2016 23:45:02 +0100 Message-ID: <1751856.eOKooHp2PN@polaris> User-Agent: KMail/4.14.9 (Linux/3.16.7-29-desktop; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 This test is very convoluted, doesn't contain a single line of comment and apparently makes an invalid assumption (see PR testsuite/68886). Tested on x86-64/Linux and SPARC64/Solaris, applied on the mainline. 2016-01-26 Eric Botcazou * gcc.c-torture/execute/stkalign.c: XFAIL run on SPARC 64-bit. Index: gcc.c-torture/execute/stkalign.c =================================================================== --- gcc.c-torture/execute/stkalign.c (revision 232773) +++ gcc.c-torture/execute/stkalign.c (working copy) @@ -1,3 +1,4 @@ +/* { dg-xfail-run-if "invalid assumption" { sparc*-*-* && lp64 } "*" "" } */ /* { dg-options "-fno-inline" } */ #include