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: warning: trigraph ... ignored - again


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

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