This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Trigraphs expanding in comment regions?
- To: gcc at gcc dot gnu dot org
- Subject: Trigraphs expanding in comment regions?
- From: Yuri Pudgorodsky <yur at asplinux dot ru>
- Date: Wed, 10 May 2000 17:48:10 +0400
- Organization: SW
Hi!
Is it correct, that gcc 2.96 (laterts snapshot) try to expand trigraphs in
comment regions?
E.g.,
/* aaa ??/aaa */
will produce warning when compiled with -Wall:
/tmp/z.c:1:10: warning: trigraph ??/ ignored