This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: warning: trigraph ... ignored - again
- To: gcc at gcc dot gnu dot org (gcc)
- Subject: Re: warning: trigraph ... ignored - again
- From: John Marshall <john_w_marshall at palm dot com>
- Date: Thu, 15 Jun 2000 11:12:24 -0700 (PDT)
Zack Weinberg wrote:
> Trigraphs are still not enabled unless you put -trigraphs or -ansi on
> the command line. The warning message
>
> test.c:2:2: warning: trigraph ??/ ignored
>
> was intended to make this obvious. [...]
> Suggestions for better wording would be appreciated.
Motivated by grep 'warning.*suggest' in the gcc main directory, what about
something like
warning: suggest rewriting ??/ to not look like a trigraph
John