GCC 3.3 build on AIX 5.2, ICE

Segher Boessenkool segher@koffie.nl
Fri Jul 4 01:40:00 GMT 2003


Alexy Khrabrov wrote:
> Another complaint is about build's math.h, where the
> ... \
> #ifndef __cplusplus 
> ...
> #endif
> conditional are embedded in the midst of a macro definition,
> and cc considers them macro parameters --

cc is right here; line splicing is translation phase 2, while
preprocessing directives are done in phase 4.  This code is
not valid C.

Is this file part of GCC?


Segher




More information about the Gcc mailing list