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]

Re: gcc 3.0 bug ?


>Warning : trigraph ignored ??)

Trigraphs are not bugs. Trigraphs are a set of three characters used to represent a fourth that has no direct 
representation in a character set. In this instance the compiler sees the trigragh ??) which is used to represent the ] 
character.

Trigraphs are a part of the C language (A12.1 in the K&R C standard book). The compiler is telling you that it is ignoring 
the trigraph by default.

Marcus




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