gcc-14-20240615 is now available

2024-06-15 Thread GCC Administrator via Gcc
Snapshot gcc-14-20240615 is now available on https://gcc.gnu.org/pub/gcc/snapshots/14-20240615/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 14 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

-Wcast-qual consistency with initialization conversion and double pointer types

2024-06-15 Thread Ryan Libby via Gcc
I'm not a C language expert and I'm looking for advice on whether a -Wcast-qual diagnostic in one situation and not another is intentional behavior. Here's a set of examples (same as attachment). % cat cast-qual-example.c #define F(name, type, qual) \ typedef type t_##name;