From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2103 invoked by alias); 23 Nov 2003 22:08:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2096 invoked from network); 23 Nov 2003 22:08:27 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 23 Nov 2003 22:08:27 -0000 Received: from drow by nevyn.them.org with local (Exim 4.24 #1 (Debian)) id 1AO2P5-0004lM-64 for ; Sun, 23 Nov 2003 17:08:27 -0500 Date: Sun, 23 Nov 2003 22:08:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [patch/testsuite/c++] test script for PR c++/186 Message-ID: <20031123220827.GA18290@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20031123220445.1F77C4B409@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031123220445.1F77C4B409@berman.michael-chastain.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-11/txt/msg00503.txt.bz2 On Sun, Nov 23, 2003 at 05:04:45PM -0500, Michael Chastain wrote: > -re "= {.*a1 = 100.*b1 = .*b2 = .*}\r\n$gdb_prompt $" { > # gcc 2.95.3 -gstabs+ > # gcc 3.3.2 -gdwarf-2 > # gcc 3.3.2 -gstabs+ > # Someone might argue that gdb is not buggy here but I think it is. > kfail "gdb/186" "print * beta_p at marker close brace #1" > } Then what are you proposing we do? The variable has been destroyed. Its value isn't required to be there any more. If we had enough scope information to print an error, maybe we could do that. But I don't think we do. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer