This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/33143] preprocess should ignore trigraphs in /* */ comments
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Aug 2007 00:37:20 -0000
- Subject: [Bug preprocessor/33143] preprocess should ignore trigraphs in /* */ comments
- References: <bug-33143-11211@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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