This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Documentation of warning/error output.
- From: Harvey Chapman <hchapman-gcc-help at 3gfp dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 23 Mar 2009 23:08:28 -0400
- Subject: Documentation of warning/error output.
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