This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Line number notes revamp?
Richard Henderson wrote:-
> > You need column number as well.
>
> No I don't. We don't have one now. Further, I thought Niel was
> talking about hashing file+line+column together into a single number.
No, I've put file + line into a single number, but since we wanted to
be able to support really large files, column numbers will be a
separate 16-bit quantity to line numbers. I have no intention of
doing much else in this area; I don't think much can be done.
Neil.