https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100944
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #1 from Segher Boessenkool <segher at gcc dot gnu.org> --- Even with -std=c11 and similar, although it should complain earlier then: structures with a flexible array member are not allowed as members of structures or as elements of arrays in standard C (6.7.2.1/3). Or do I read that wrong?