From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57293 invoked by alias); 23 Nov 2016 20:17:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 57279 invoked by uid 89); 23 Nov 2016 20:17:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=7141 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Nov 2016 20:17:29 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 87B628124D; Wed, 23 Nov 2016 20:17:28 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-64.phx2.redhat.com [10.3.116.64]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uANKHSFk008981; Wed, 23 Nov 2016 15:17:28 -0500 Subject: Re: [PATCH 01/11] use rtx_insn * more places where it is obvious To: Andreas Schwab , tbsaunde+gcc@tbsaunde.org References: <20161114080934.19056-1-tbsaunde+gcc@tbsaunde.org> <20161114080934.19056-2-tbsaunde+gcc@tbsaunde.org> Cc: gcc-patches@gcc.gnu.org From: Jeff Law Message-ID: <20dc59df-a5e0-ec00-652a-3c6cf05ed8a3@redhat.com> Date: Wed, 23 Nov 2016 20:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg02447.txt.bz2 On 11/22/2016 03:10 AM, Andreas Schwab wrote: > ../../gcc/config/ia64/ia64.c:7141:13: error: 'void ia64_emit_insn_before(rtx, rtx)' declared 'static' but never defined [-Werror=unused-function] > static void ia64_emit_insn_before (rtx, rtx); > ^~~~~~~~~~~~~~~~~~~~~ I fixed this and a similar instance in another port. jeff