From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18295 invoked by alias); 10 Jan 2012 19:02:49 -0000 Received: (qmail 18281 invoked by uid 22791); 10 Jan 2012 19:02:47 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Tue, 10 Jan 2012 19:02:34 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0AJ2YgA029283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 10 Jan 2012 14:02:34 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q0AJ2Vhn017447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Jan 2012 14:02:33 -0500 Message-ID: <4F0C8B47.20603@redhat.com> Date: Tue, 10 Jan 2012 19:12:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 MIME-Version: 1.0 To: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: [WIP patch] Fix crash regressions after libiberty/ update References: <20120108233709.GA15076@host2.jankratochvil.net> In-Reply-To: <20120108233709.GA15076@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2012-01/txt/msg00302.txt.bz2 On 01/08/2012 03:37 PM, Jan Kratochvil wrote: > Hi Keith, > > there is now crash regression for: > gdb.cp/cpexprs.exp > gdb.cp/cplusfuncs.exp > after: > C++/libiberty PATCH for many mangling fixes (6057, 48051, 50855, 51322 and more) > http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00336.html > > with this patch there "only" remain these regressions: > FAIL: gdb.cp/cplusfuncs.exp: print&foo::operator delete(void*) > FAIL: gdb.cp/cplusfuncs.exp: print&foo::operator delete(void*) > FAIL: gdb.cp/cplusfuncs.exp: info function for "operator delete(" > > I may look into it tomorrow but maybe Keith is more aware of these issues. Jason Merrill just committed another patch to libiberty which will fix these problems (with your patch, which I have perused and recommend you commit). Thank you Jan and Jason! Keith