From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28345 invoked by alias); 20 Mar 2010 01:30:50 -0000 Received: (qmail 28337 invoked by uid 22791); 20 Mar 2010 01:30:50 -0000 X-SWARE-Spam-Status: No, hits=-7.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 20 Mar 2010 01:30:45 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2K1Ug4K007379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 19 Mar 2010 21:30:42 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2K1Uec0002527; Fri, 19 Mar 2010 21:30:40 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o2K1UdWO004945; Fri, 19 Mar 2010 21:30:40 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 711EA379848; Fri, 19 Mar 2010 19:30:39 -0600 (MDT) From: Tom Tromey To: Jan Kratochvil Cc: Ulrich Weigand , gdb-patches@sourceware.org Subject: Re: [patch-testcase] Re: [rfc] Work around buggy GCC 4.1 namespace dwarf info (GCC PR c++/28460) References: <201003191237.o2JCbBAr020607@d12av02.megacenter.de.ibm.com> <20100319192008.GA1980@host0.dyn.jankratochvil.net> Reply-To: tromey@redhat.com Date: Sat, 20 Mar 2010 01:30:00 -0000 In-Reply-To: <20100319192008.GA1980@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Fri, 19 Mar 2010 20:20:08 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2010-03/txt/msg00745.txt.bz2 >>>>> "Jan" == Jan Kratochvil writes: Jan> this problem was fixed before at: Jan> [expr-cumulative] Fix namespace regression for G++-4.1 Jan> http://sourceware.org/ml/archer/2009-q4/msg00124.html If you have other patches on expr-cumulative, it would be good to submit them. I think all my patches from that branch are in, and I know Sami is working on his. Tom