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: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Aug 2007 01:13:21 -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 #3 from joseph at codesourcery dot com 2007-08-22 01:13 -------
Subject: Re: preprocess should ignore trigraphs in
/* */ comments
On Wed, 22 Aug 2007, pinskia at gcc dot gnu dot org wrote:
> Now in multiple line comments, they should not be warned about.
Unless of course they affect whether the comment ends or not. That is,
/* ... *??/
/
where the comment ends only if trigraphs are enabled.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33143