On Mon, 29 Aug 2022 at 09:14, Dmitry Goncharov <dgoncha...@users.sf.net> wrote:
> On Sunday, August 28, 2022, Andreas Schwab <sch...@linux-m68k.org> wrote: > > Note that the next revision of the C standard removes support for K&R > > declarations > > The code will continue to compile, won't it? > I expect "gcc -std=c23" will reject such code. Of course, compilers are unlikely to remove their compatibility modes any time soon, but I would hate to be stuck in a position of requiring "gcc -std=gnu23" to get both new *and* obsolete features at the same time. -Martin