This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Documentation of warning/error output.
- From: dan hitt <dan dot hitt at gmail dot com>
- To: Harvey Chapman <hchapman-gcc-help at 3gfp dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 23 Mar 2009 20:10:43 -0700
- Subject: Re: Documentation of warning/error output.
- References: <49C84EAC.8050709@3gfp.com>
Isn't it
file: line : column?
On Mon, Mar 23, 2009 at 8:08 PM, Harvey Chapman
<hchapman-gcc-help@3gfp.com> wrote:
> Is there any documentation of warning/error output. I couldn't find any
> mention of either in the gcc or cpp manuals.
>
> Specifically, I'm looking for documentation of the following along with
> perhaps the other lines that get output with warnings. What is the 3rd
> field, ":2:"?
>
> <stdin>:1:2: warning: #warning Blah
> <stdin>:2:2: error: #error Joe
>
> Thanks,
>
> Harvey
>