From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97943 invoked by alias); 14 Nov 2015 21:18:33 -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 97917 invoked by uid 89); 14 Nov 2015 21:18:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: smtp.fgznet.ch Received: from smtp.fgznet.ch (HELO smtp.fgznet.ch) (157.161.14.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 14 Nov 2015 21:18:30 +0000 Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPS id F41DED6783; Sat, 14 Nov 2015 22:18:26 +0100 (CET) Subject: Re: [patch] update locale support fro FreeBSD To: Jonathan Wakely References: <5645137C.8020305@fgznet.ch> <20151113152859.GS2937@redhat.com> <20151114134304.GA2937@redhat.com> Cc: GCC Patches , libstdc++ From: Andreas Tobler Message-ID: <5647A522.50204@fgznet.ch> Date: Sat, 14 Nov 2015 21:18:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151114134304.GA2937@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg01846.txt.bz2 On 14.11.15 14:43, Jonathan Wakely wrote: > On 13/11/15 15:28 +0000, Jonathan Wakely wrote: >> On 12/11/15 23:32 +0100, Andreas Tobler wrote: >>> All, >>> >>> with the work from Jennifer Yao and John Marino we can now update >>> the locale support on FreeBSD to the level of DragonFly. >>> >>> Results of this work can be found on the results list. >>> >>> Here my small addendum to make it work on FreeBSD. >>> >>> Is this ok for trunk? (Given that the work from Jennifer and John >>> are committed before stage3?) >> >> Those patches are now in. >> >> I'm OK with this change for gcc6. It is an ABI change for FreeBSD, as >> it changes the std::locale definitions, but as the target maintainer >> you can decide if that's OK. > > > My mistake, this doesn't make any incompatible change at all, so is a > no-brainer IMHO. (I thought there was a change to where something got > deallocated, but that's only a local variable in the constructor). Thank you very much! Committed: r230383 Andreas