Re: Preprocessed output in gcc 4.5.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux