From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32736 invoked by alias); 30 Jul 2002 16:02:11 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 32712 invoked from network); 30 Jul 2002 16:02:10 -0000 Received: from unknown (HELO monkey.daikokuya.co.uk) (213.152.55.49) by sources.redhat.com with SMTP; 30 Jul 2002 16:02:10 -0000 Received: from neil by monkey.daikokuya.co.uk with local (Exim 3.35 #1 (Debian)) id 17ZZQK-0002yW-00; Tue, 30 Jul 2002 17:00:36 +0100 Date: Tue, 30 Jul 2002 14:10:00 -0000 From: Neil Booth To: Devang Patel Cc: gcc@gcc.gnu.org Subject: Re: dejagnu testcase question Message-ID: <20020730160036.GA11413@daikokuya.co.uk> References: <20020730062056.GE6050@daikokuya.co.uk> <6F96A397-A3D5-11D6-8F7C-00039362EF82@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6F96A397-A3D5-11D6-8F7C-00039362EF82@apple.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-07/txt/msg01427.txt.bz2 Devang Patel wrote:- > I am working on it. But I only have identifier node for the selector > in question, so now I am looking for a unused place in identifier > node to store line number. That's not right; it needs to be stored in a tree along with whatever it represents, e.g. a DECL. Neil.