From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100026 invoked by alias); 22 Oct 2016 10:45:28 -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 100008 invoked by uid 89); 22 Oct 2016 10:45:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= 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; Sat, 22 Oct 2016 10:45:26 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4A23283F3A; Sat, 22 Oct 2016 10:45:25 +0000 (UTC) Received: from localhost (ovpn-116-70.ams2.redhat.com [10.36.116.70]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9MAjO4f024146; Sat, 22 Oct 2016 06:45:24 -0400 Date: Sat, 22 Oct 2016 10:45:00 -0000 From: Jonathan Wakely To: =?iso-8859-1?Q?Fran=E7ois?= Dumont Cc: "libstdc++@gcc.gnu.org" , gcc-patches Subject: Re: Use version namespace in normal mode Message-ID: <20161022104524.GC2922@redhat.com> References: <34ba2c69-d663-4bd3-dc7a-8efef3e56afe@gmail.com> <20160930154034.GV29482@redhat.com> <13dd85eb-5d2d-7d4b-4bce-810b9281553f@gmail.com> <20161006160649.GT29482@redhat.com> <44095163-84f6-8d68-9195-eecb7d5cfbe1@gmail.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: <44095163-84f6-8d68-9195-eecb7d5cfbe1@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.7.0 (2016-08-17) X-SW-Source: 2016-10/txt/msg01829.txt.bz2 On 21/10/16 21:21 +0200, François Dumont wrote: >Hi > > I configured libstdc++ to use gnu-version-namespace and there are >a number of failures, see below. But none of them related to this >patch so is it ok to commit ? Yes, OK to commit - it doesn't make the test results any worse than they were before :-) And I agree it is wrong for the containers to not be in the versioned namespace, so this fixes it - thanks for cleaning it up.