This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc preprocessor file format
- From: Segher Boessenkool <segher at koffie dot nl>
- To: jal0 at attbi dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 29 Apr 2003 19:43:35 +0200
- Subject: Re: gcc preprocessor file format
- References: <20030428032912.6D65F34E45@keyser.soze.com>
jal0@attbi.com wrote:
is there documented somewhere the format of the file format for .i files ( as
when using the -save-temps options or -E option).
It's the same as the input file, except with all
preprocessor directives and macros expanded.
i've read through the cpp internals manual and couldn't find what i was looking
for there.
From the "normal" GCC manual, section "Options Controlling
the Preprocessor":
If you use the -E option, nothing is done except
preprocessing.
Segher