Re: More C type errors by default for GCC 14

Jakub Jelinek <[email protected]> Tue, 9 May 2023 18:05:29 +0200
Newsgroups dev.linux.lists.c-std-porting
Message-ID <ZFpvSZPGI+YtTKJw@tucnak>
On Tue, May 09, 2023 at 05:16:19PM +0200, Richard Biener via Gcc wrote:
> 
> 
> > Am 09.05.2023 um 14:16 schrieb Florian Weimer via Gcc <[email protected]>:
> > 
> > TL;DR: This message is about turning implicit-int,
> > implicit-function-declaration, and possibly int-conversion into errors
> > for GCC 14.
> 
> I suppose the goal is to not need to rely on altering CFLAGS but change the default behavior with still being able to undo this using -Wno-error= or -Wno-?

Can't people just compile C89/K&R code with -std=c89/-std=gnu89 and not get
these errors that way?

	Jakub