This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]