From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15022 invoked by alias); 5 Jun 2014 14:15:03 -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 15007 invoked by uid 89); 5 Jun 2014 14:15:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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; Thu, 05 Jun 2014 14:15:00 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s55EEvJ9011698 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 5 Jun 2014 10:14:57 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s55EEujZ017579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 5 Jun 2014 10:14:57 -0400 Message-ID: <53907B60.1030305@redhat.com> Date: Thu, 05 Jun 2014 14:15:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Pedro Alves , Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: gdb-7.8 branching status (2014-06-04) References: <20140604171843.GX30686@adacore.com> <538F58DE.7030204@redhat.com> <20140604182038.GX4289@adacore.com> <5390778C.3020206@redhat.com> In-Reply-To: <5390778C.3020206@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00258.txt.bz2 On 06/05/2014 06:58 AM, Pedro Alves wrote: > Apart from the break-interp-exp crashes Markus has a fix for, and > a few PASS -> XFAIL that are marked as GCC bugs, I saw this > with both native and gdbserver: > > -PASS: gdb.cp/koenig.exp: p entry (c) > +FAIL: gdb.cp/koenig.exp: p entry (c) > > This is: > > Regression for gdb.cp/koenig.exp: p entry (c) [Re: [RFA] Fix c++/16253 (tag/variable name collision)] > https://sourceware.org/ml/gdb-patches/2014-04/msg00374.html > > I don't know the current status of that one. Keith? I'm working on that one. It's your call, but I hesitate to block a release on this. The failure mode is induced by having glibc debuginfo, which exports a symbol of the same name ("entry"). The actual feature being tested still works, though. Keith