From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32065 invoked by alias); 28 Jan 2010 21:00:44 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 32056 invoked by uid 22791); 28 Jan 2010 21:00:43 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: sourceware.org Message-ID: <4B61FAF1.1070304@redhat.com> Date: Thu, 28 Jan 2010 21:00:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Lightning/1.0pre Thunderbird/3.0 MIME-Version: 1.0 To: Jan Kratochvil CC: archer@sourceware.org Subject: Re: [expr] [patch] testsuite: Fix gdb.cp/exception.exp false regression References: <20100127203429.GA31785@host0.dyn.jankratochvil.net> <20100128194526.GA25107@host0.dyn.jankratochvil.net> In-Reply-To: <20100128194526.GA25107@host0.dyn.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q1/txt/msg00043.txt.bz2 On 01/28/2010 11:45 AM, Jan Kratochvil wrote: > Hi, > > patch fixes > > -FAIL: gdb.cp/exception.exp: backtrace after first throw > +PASS: gdb.cp/exception.exp: backtrace after first throw > -FAIL: gdb.cp/exception.exp: backtrace after first catch > +PASS: gdb.cp/exception.exp: backtrace after first catch > -FAIL: gdb.cp/exception.exp: backtrace after second throw > +PASS: gdb.cp/exception.exp: backtrace after second throw > -FAIL: gdb.cp/exception.exp: backtrace after second catch > +PASS: gdb.cp/exception.exp: backtrace after second catch > > caused by the branch changing: > > -#0 __cxa_throw (obj=, tinfo=, dest=) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:70 > +#0 __cxxabiv1::__cxa_throw (obj=, tinfo=, dest=) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:70 Okay, that one works for me, too. Please commit. I will be including this as part of my dwarf2_physname patch upstream. Thanks! Keith