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]

Re: unnecessary warning in gcc-2.96


> IMO, compiler shouldn't care for the contents of a commented area, but
> I could be wrong.

The problem is that trigraphs are processed *before* comments are
detected, so the processing of trigraphs might influence what a
comment is.

Nevertheless, there is a plan to not emit the warning if it can be
determined that interpreting the trigraph would not change the meaning
of the program.

Regards,
Martin


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