From patchwork Tue Feb 21 12:00:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 730459 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 3vSJx74KMwz9s03 for ; Tue, 21 Feb 2017 23:00:42 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="MtoT5wVq"; 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:cc:subject:date:message-id; q=dns; s=default; b=Mz5sIgYOl1a9 pP13cduw3s9+ET540DPDFp+4s4Emf633jt1jGpTKTL6+U00/vh2PmpnSOsyhackx lV161IM7XI/z/HKJEBn5+g2xtBY7/Rf4QRXQBOxqwcGZzT+f40mg/L6NueWnhcnp Bg0z/Pyh4jUXzP6D/rf4v53DtcLtZNw= 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:cc:subject:date:message-id; s=default; bh=f+up8aMyVvvEEaaX/T m/dTFzD6k=; b=MtoT5wVqahvM7GJiJXSJaXwbD6kGhuPHcxNWy7yyUlpERy+SR0 E5Hnro6TbHmdLI/Dwaj1TxU1Bd6CJbZMoky5iK5kFd6uT+RIl1wlCVwVBuAP3S7P V9scu50mFG9UsqJ6A5e31/OF8TpadXCL0JDC93fYuU5GtC6wd6kbhe85I= Received: (qmail 3717 invoked by alias); 21 Feb 2017 12:00:24 -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 2869 invoked by uid 89); 21 Feb 2017 12:00:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Feb 2017 12:00:10 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id 9781B1C06D7; Tue, 21 Feb 2017 12:00:06 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: Segher Boessenkool Subject: [PATCH] Add -Wno-psabi to diagnostic-test-expressions-1.c options Date: Tue, 21 Feb 2017 12:00:03 +0000 Message-Id: <48c74b3beb788758169b24f7c23444df5d2637bb.1487678106.git.segher@kernel.crashing.org> X-IsSubscribed: yes Without this the test fails on 32-bit PowerPC. Is this okay for trunk? Segher 2017-02-21 Segher Boessenkool gcc/testsuite/ * gcc.dg/plugin/diagnostic-test-expressions-1.c: Add -Wno-psabi to dg-options. --- gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c index afbe0f7..b0dbc05 100644 --- a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c +++ b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O -fdiagnostics-show-caret" } */ +/* { dg-options "-O -fdiagnostics-show-caret -Wno-psabi" } */ /* This is a collection of unittests to verify that we're correctly capturing the source code ranges of various kinds of expression.