This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: dejagnu testcase question
- From: Devang Patel <dpatel at apple dot com>
- To: Neil Booth <neil at daikokuya dot co dot uk>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 30 Jul 2002 09:13:13 -0700
- Subject: Re: dejagnu testcase question
On Tuesday, July 30, 2002, at 09:00 AM, Neil Booth wrote:
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.
OK. I will find other way to get right line number.
-Devang