This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: output format of gcc -E?
- From: John Marshall <jmarshall at users dot sourceforge dot net>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 13 Nov 2003 12:57:00 +0100
- Subject: Re: output format of gcc -E?
> I really need to be able to follow how
> the preprocessor is working.
>
> I would love it if http://gcc.gnu.org/onlinedocs/gcc-3.3.2/gcc/Overall-Options.html#Overall%20Options
> either documented this or linked to the proper documentation.
Remember that there's a separate preprocessor manual (but is that a bug
or a feature? :-)):
http://gcc.gnu.org/onlinedocs/gcc-3.3.2/cpp/Preprocessor-Output.html
John