From patchwork Sat Oct 18 12:08:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleg Endo X-Patchwork-Id: 400671 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 760AE140096 for ; Sat, 18 Oct 2014 23:09:07 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version; q=dns; s=default; b=ThsiQJOuHNFZgpMQ V2RCpzhMA/V8U46vDln/H/OdQ34dErgv+83LNRF4oxve+lN0vDKMr18a6D+aF+lo 7AJbrt/re7s9oO6a9D+pzjW41t6su4mzwTSgaXZjDWVpZmKepp1IKrOauWNqoljf MJ6LCy3xBFUGS1vxxKWvxffD6qs= 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 :message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version; s=default; bh=V6TmKX0pVrhi24wHnti1mt JKI08=; b=yIr1YFBSJ1JmJ+47Op8XjP4VVlBKNNZgeXHEceudOJDCM9hQ1zCrFF LpGOWE14WfE3nC4RmQCawQh0N8EM+Q0cDXYmq1kaFtipuyDCJZ1zpM5tBmvBoaPL lVpD4MDybr9R//eVM3hfhCFhCFQRUSSpQ+uqS+eDBKfbhjjRphj4k= Received: (qmail 31102 invoked by alias); 18 Oct 2014 12:09:00 -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 31086 invoked by uid 89); 18 Oct 2014 12:09:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailout08.t-online.de Received: from mailout08.t-online.de (HELO mailout08.t-online.de) (194.25.134.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 18 Oct 2014 12:08:58 +0000 Received: from fwd21.aul.t-online.de (fwd21.aul.t-online.de [172.20.27.66]) by mailout08.t-online.de (Postfix) with SMTP id 307CF59C90 for ; Sat, 18 Oct 2014 14:08:55 +0200 (CEST) Received: from [192.168.0.103] (VgApF6ZFohRGjFJn9fBtehwT+AvfW1qeMn02tYLAx0bKhdUhsTskUHlS8UPC9wNgOt@[84.183.238.31]) by fwd21.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XfSoX-25rU0W0; Sat, 18 Oct 2014 14:08:53 +0200 Message-ID: <1413634132.31394.155.camel@yam-132-YW-E178-FTW> Subject: Re: [SH][committed] Fix excess failures in SH tests caused by switch to GNU11 From: Oleg Endo To: gcc-patches Date: Sat, 18 Oct 2014 14:08:52 +0200 In-Reply-To: <1413495776.31394.135.camel@yam-132-YW-E178-FTW> References: <1413495776.31394.135.camel@yam-132-YW-E178-FTW> Mime-Version: 1.0 X-IsSubscribed: yes On Thu, 2014-10-16 at 23:42 +0200, Oleg Endo wrote: > Hi, > > Attached patch fixes warnings in some of the SH test cases which are > caused by the switch to GNU11. Committed as r216351. > ... and another one, which I missed. Committed as r216426. Cheers, Oleg gcc/testsuite/ChangeLog: * gcc.target/sh/torture/pr58314.c: Fix excess failures caused by switch to GNU11. Index: gcc/testsuite/gcc.target/sh/torture/pr58314.c =================================================================== --- gcc/testsuite/gcc.target/sh/torture/pr58314.c (revision 216424) +++ gcc/testsuite/gcc.target/sh/torture/pr58314.c (working copy) @@ -52,6 +52,8 @@ xfs_attr_leaf_entry_t entries[1]; } xfs_attr_leafblock_t; +int xfs_attr_leaf_entsize (xfs_attr_leafblock_t*, int); + int xfs_attr_leaf_remove(xfs_attr_leafblock_t *leaf, xfs_da_args_t *args) {