From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18362 invoked by alias); 5 Aug 2015 15:51:50 -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 18349 invoked by uid 89); 5 Aug 2015 15:51:49 -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; Wed, 05 Aug 2015 15:51:48 +0000 Received: by wibhh20 with SMTP id hh20so30620718wib.0 for ; Wed, 05 Aug 2015 08:51:45 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.11.176 with SMTP id r16mr2292325wib.87.1438789905132; Wed, 05 Aug 2015 08:51:45 -0700 (PDT) Received: by 10.27.11.33 with HTTP; Wed, 5 Aug 2015 08:51:45 -0700 (PDT) In-Reply-To: <20150804172415.GJ4777@adacore.com> References: <20150804170710.GF4777@adacore.com> <20150804172415.GJ4777@adacore.com> Date: Wed, 05 Aug 2015 15:51: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/msg00119.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. > I was just thinking about any build bots running Solaris 9 that would report a regression in 7.10 because of this. But I guess that we don't have any... Regards Iain