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 #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


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