From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16940 invoked by alias); 18 Jul 2017 13:31:52 -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 16834 invoked by uid 89); 18 Jul 2017 13:31:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=HContent-Transfer-Encoding:8bit 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 ESMTP; Tue, 18 Jul 2017 13:31:50 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DE09BC04D2BE; Tue, 18 Jul 2017 13:31:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com DE09BC04D2BE Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com DE09BC04D2BE Received: from localhost (unknown [10.33.36.81]) by smtp.corp.redhat.com (Postfix) with ESMTP id 781177DFE1; Tue, 18 Jul 2017 13:31:48 +0000 (UTC) Date: Tue, 18 Jul 2017 13:31:00 -0000 From: Jonathan Wakely To: =?iso-8859-1?Q?Fran=E7ois?= Dumont Cc: "libstdc++@gcc.gnu.org" , gcc-patches Subject: Re: [PATCH] PR libstdc++/81064 fix versioned namespace Message-ID: <20170718133147.GC15340@redhat.com> References: <20170718133115.GB15340@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170718133115.GB15340@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.8.0 (2017-02-23) X-SW-Source: 2017-07/txt/msg01067.txt.bz2 On 18/07/17 14:31 +0100, Jonathan Wakely wrote: >On 17/07/17 22:54 +0200, François Dumont wrote: >This is quite a huge change, so I'd like to wait and see if anyone >else has any opinion on it. > >Personally I think it's necessary (assuming I understand the PR >correctly) and so if nobody objects I think we should go with this >change for GCC 8. Let's give it a few days for comments (and I'll >finish going through the patch carefully). P.S. thanks very much for doing it!