https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- Iff only (GNU) C would accept the following ... struct foo { ... unsigned int count; ... int data[count]; };
rguenth at gcc dot gnu.org via Gcc-bugs Thu, 23 Feb 2023 00:44:13 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- Iff only (GNU) C would accept the following ... struct foo { ... unsigned int count; ... int data[count]; };