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]

Re: Ada files now checked in


On Sat, 06 Oct 2001, Florian Weimer wrote:

> Well, Robert probably wants to see something like this:
> 
> foo.c: In function `main':
> foo.c:5:7: warning: `b' is used uninitialized at this point
> 
> Looking at the warning message and its different modality to the
> standard one, I think the branch currently tackles the problem of
> false positives, not the problem of friendly reporting.
>
Ah, I see.  Yes, the warning message uses the line number
information stored in the statement containing the offending
expression.  I don't know if absolute line and column numbers are
stored in the trees.

Diego.


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