This is the mail archive of the gcc-bugs@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]

[Bug preprocessor/33143] preprocess should ignore trigraphs in /* */ comments



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-08-22 00:37 -------
> Trigraphs in #if 0 ... #endif
No that is correct to warn in that context as text inside #if 0 ... #endif are
supposed to be tokens.

Now in multiple line comments, they should not be warned about.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33143


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