From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22521 invoked by alias); 13 Nov 2015 15:29:03 -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 22501 invoked by uid 89); 13 Nov 2015 15:29:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 13 Nov 2015 15:29:02 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 40E23693; Fri, 13 Nov 2015 15:29:01 +0000 (UTC) Received: from localhost (ovpn-116-102.ams2.redhat.com [10.36.116.102]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tADFSx7W014700; Fri, 13 Nov 2015 10:29:00 -0500 Date: Fri, 13 Nov 2015 15:29:00 -0000 From: Jonathan Wakely To: Andreas Tobler Cc: GCC Patches , libstdc++ Subject: Re: [patch] update locale support fro FreeBSD Message-ID: <20151113152859.GS2937@redhat.com> References: <5645137C.8020305@fgznet.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5645137C.8020305@fgznet.ch> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2015-11/txt/msg01720.txt.bz2 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.