From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6255 invoked by alias); 17 Dec 2015 09:07:25 -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 6244 invoked by uid 89); 17 Dec 2015 09:07:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 spammy=Missing X-HELO: mailrelay6.public.one.com Received: from mailrelay6.public.one.com (HELO mailrelay6.public.one.com) (91.198.169.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 17 Dec 2015 09:07:23 +0000 X-HalOne-Cookie: d98a1ab388f566c86e90b90a3c7c5a0cd672ae25 X-HalOne-ID: 932fce5d-a49d-11e5-a260-b82a72d06996 Received: from localhost.localdomain (unknown [85.178.7.141]) by smtpfilter3.public.one.com (Halon Mail Gateway) with ESMTPSA; Thu, 17 Dec 2015 09:07:18 +0000 (GMT) Subject: Re: [PATCH 1/4] gcc/arc: Fix warning in test To: Andrew Burgess , gcc-patches@gcc.gnu.org References: <5fda1b37412d7e199219ca7974c7921a2cdd9f76.1450224136.git.andrew.burgess@embecosm.com> Cc: Claudiu.Zissulescu@synopsys.com From: Joern Wolfgang Rennecke Message-ID: <56727B46.8050200@amylaar.uk> Date: Thu, 17 Dec 2015 09:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <5fda1b37412d7e199219ca7974c7921a2cdd9f76.1450224136.git.andrew.burgess@embecosm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-12/txt/msg01716.txt.bz2 On 16/12/15 00:15, Andrew Burgess wrote: > Missing function declaration causes a warning, that results in test > failure. Ah, this test was affected when the default language was changed to gnu11 in October last year. > > gcc/testsuite/ChangeLog: > > * gcc.target/arc/jump-around-jump.c (rtc_set_time): Declare. Thanks, I've checked this in.