This is the mail archive of the gcc@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: Trigraphs expanding in comment regions?


Neil Booth wrote:

> But the warning is annoying, and a new implementation of lexing is
> about to come online.  This will get rid of the warning, and in fact
> won't bother trigraph-replacing within comments at all.

Hopefully this C++ example will still be handled correctly though

// This is a comment ??/
   This is still a comment

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