This is the mail archive of the gcc@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 3.3 build on AIX 5.2, ICE


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




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