From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76587 invoked by alias); 11 Nov 2015 22:12:24 -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 76560 invoked by uid 89); 11 Nov 2015 22:12:23 -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, 3 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; Wed, 11 Nov 2015 22:12:22 +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 4CFC9BDD65; Wed, 11 Nov 2015 22:12:21 +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 tABMCKi2026533; Wed, 11 Nov 2015 17:12:20 -0500 Date: Wed, 11 Nov 2015 22:12:00 -0000 From: Jonathan Wakely To: John Marino Cc: gcc-patches , libstdc++ , Andreas Tobler Subject: Re: [libstdc++ testsuite][patch] many locale tests only SUPPORTED on linux, start making these portable Message-ID: <20151111221219.GT2937@redhat.com> References: <5620C18D.30301@marino.st> <20151111215106.GR2937@redhat.com> <5643B8E5.20301@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5643B8E5.20301@marino.st> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2015-11/txt/msg01428.txt.bz2 On 11/11/15 22:53 +0100, John Marino wrote: >On 11/11/2015 10:51 PM, Jonathan Wakely wrote: >> On 16/10/15 11:21 +0200, John Marino wrote: >> >> The only significant comment was: >> >> e.g. `"de_DE" => "de_DE@ISO8859-15` should be `e.g. "de_DE" => >> "de_DE.ISO8859-15"` ? Since it's an encoding, @ is used for a modifier. >> FYI, https://www.ietf.org/rfc/rfc4646.txt >> > >It's a good catch; that looks like a typo. Did that appear in more than >one place? Dunno, I'd have to grep for it. >What are the next steps then? I think we can go ahead and make this change, I'll try to get it committed tomorrow or Friday.