From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 734 invoked by alias); 11 Aug 2015 06:48:10 -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 724 invoked by uid 89); 11 Aug 2015 06:48:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f176.google.com Received: from mail-wi0-f176.google.com (HELO mail-wi0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 11 Aug 2015 06:48:08 +0000 Received: by wicja10 with SMTP id ja10so62857493wic.1 for ; Mon, 10 Aug 2015 23:48:05 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.192.166 with SMTP id hh6mr51059315wjc.127.1439275685012; Mon, 10 Aug 2015 23:48:05 -0700 (PDT) Received: by 10.27.16.2 with HTTP; Mon, 10 Aug 2015 23:48:04 -0700 (PDT) In-Reply-To: <20150804172415.GJ4777@adacore.com> References: <20150804170710.GF4777@adacore.com> <20150804172415.GJ4777@adacore.com> Date: Tue, 11 Aug 2015 06:48:00 -0000 Message-ID: Subject: Re: [PATCH] PR 18669: Remove use of strtod in libiberty/d-demangle.c From: Iain Buclaw To: Joel Brobecker Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00233.txt.bz2 On 4 August 2015 at 19:24, Joel Brobecker wrote: >> By the way, would this also be a candidate for the 7.10 branch? >> Assume that upstream GCC respond in a timely manner. :-) > > It looks to me like this would only affect D support, and > the patch seems innocent enough that, yes, it would be OK to push > to the branch as well. > > We're still waiting for a couple of issues to be resolved > (at least). So you still have a bit of time. I've found that > libiberty changes are usually reviewed pretty quick, so hopefully > you'll be OK. Ping me when I start talking about creating the release > if necessary. > I'm just prepping it up to push into GCC. Will also push into GDB whilst I'm waiting for 'svn rebase' to complete. Iain