Re: How can Autoconf help with the transition to stricter compilation defaults?

Joseph Myers <[email protected]> Sat, 12 Nov 2022 03:45:35 +0000
Newsgroups dev.linux.lists.c-std-porting
Message-ID <[email protected]>
On Fri, 11 Nov 2022, Zack Weinberg via Gcc wrote:

> These are also a trip hazard for novices, and the only way to turn them
> off is with -std=cXX, which also turns another trip hazard (trigraphs)
> *on*… so yeah, anything you can do to help speed up their removal, I
> think it’d be worthwhile.

As of GCC 13, -std=c2x will disable trigraphs, since they've been removed 
from C2x.

-- 
Joseph S. Myers
[email protected]