From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120147 invoked by alias); 17 Jul 2015 20:57:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 120138 invoked by uid 89); 17 Jul 2015 20:57:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Jul 2015 20:57:28 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZGChA-000303-9P from Luis_Gustavo@mentor.com ; Fri, 17 Jul 2015 13:57:24 -0700 Received: from [172.30.9.81] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Fri, 17 Jul 2015 13:57:23 -0700 Message-ID: <55A96C30.8040602@codesourcery.com> Date: Fri, 17 Jul 2015 20:57:00 -0000 From: Luis Machado Reply-To: Luis Machado User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Joel Brobecker CC: , , Jan Kratochvil , Subject: Re: GDB 7.10 release 2015-07-17 status update? References: <20150717175328.GA15874@adacore.com> <55A94617.1040701@codesourcery.com> <20150717183246.GC7406@adacore.com> <55A94B87.5060901@codesourcery.com> <20150717204840.GF7406@adacore.com> In-Reply-To: <20150717204840.GF7406@adacore.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00527.txt.bz2 On 07/17/2015 05:48 PM, Joel Brobecker wrote: >> Jan-Benedict posted one example here: >> >> https://sourceware.org/ml/gdb-patches/2015-06/msg00650.html >> >> I see something similar related to the implicit declaration of asprintf. > > I see. It would be nice to fix those, but those are not fatal > for the release, because the default on the release branch is > to turn -Werror off; so users will get the warning, but it will > not be fatal unless they configure with --with-werror. > Fair enough. I'm ok with that.