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: Preprocessed output in gcc 4.5.2


On 29 March 2011 21:52, Jonathan Wakely wrote:
>>
>> error: missing binary operator before token "("
>
> That's an error from the preprocessor, so -E is probably working (i.e.
> it's not insisting on compiling) but it thinks the input is invalid so
> it doesn't produce output.

You could try using -E -fdirectives-only which disables macro
expansion, but still processes directives such as #define and #if, to
see if the results are what you expect.


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