This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: gcc preprocessor file format


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




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