From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25960 invoked by alias); 27 Mar 2009 14:39:42 -0000 Received: (qmail 25951 invoked by uid 22791); 27 Mar 2009 14:39:41 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Mar 2009 14:39:36 +0000 Received: (qmail 7882 invoked from network); 27 Mar 2009 14:39:34 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Mar 2009 14:39:34 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFC] Special casing dtors? Date: Fri, 27 Mar 2009 15:06:00 -0000 User-Agent: KMail/1.9.10 Cc: Keith Seitz References: <49CAB139.8010100@redhat.com> <20090327022150.GC29050@caradoc.them.org> <49CC3B5D.3060706@redhat.com> In-Reply-To: <49CC3B5D.3060706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903271439.40901.pedro@codesourcery.com> 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: 2009-03/txt/msg00621.txt.bz2 On Friday 27 March 2009 02:35:09, Keith Seitz wrote: > > Anyway, good riddance if your patch works! =A0What's the new PASS? >=20 > It's "PASS: gdb.cp/templates.exp: destructor breakpoint". (Big surprise,= =20 > no? Destructors just seem to work if they are not considered "special." := -) >=20 I regtested the whole testsuite with stabs on x86_64-linux, and got this with your patch: -PASS: gdb.cp/templates.exp: destructor breakpoint -PASS: gdb.cp/templates.exp: value method breakpoint +FAIL: gdb.cp/templates.exp: destructor_breakpoint (timeout) +FAIL: gdb.cp/templates.exp: value method breakpoint -# of expected passes 12895 -# of unexpected failures 367 +# of expected passes 12893 +# of unexpected failures 369 You can try stabs with: make check RUNTESTFLAGS=3D"--target_board=3Dunix/gdb:debug_flags=3D-gstabs= + templates.exp" --=20 Pedro Alves