From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15475 invoked by alias); 14 Nov 2013 00:36:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15449 invoked by uid 89); 14 Nov 2013 00:36:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 14 Nov 2013 00:36:15 +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 (8.14.4/8.14.4) with ESMTP id rAE0a8L1002179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Nov 2013 19:36:08 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rAE0a7J0019781 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 13 Nov 2013 19:36:08 -0500 Message-ID: <52841AF7.1040605@redhat.com> Date: Thu, 14 Nov 2013 00:44:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org ml" Subject: Re: [RFA] Fix namespace aliases (c++/7539, c++/10541) References: <51F2CAB9.2030604@redhat.com> <877gg9nm9x.fsf@fleche.redhat.com> <51F841CF.9030301@redhat.com> <87a9l2in3v.fsf@fleche.redhat.com> <5238DCDA.1010707@redhat.com> <877gcl19jn.fsf@fleche.redhat.com> In-Reply-To: <877gcl19jn.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00360.txt.bz2 On 11/06/2013 01:53 PM, Tom Tromey wrote: > This is ok. Thanks, and sorry again for the delay. Not a problem. I've now committed this and closed the bugs. Keith