https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116284
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- <source>:1:12: error: ISO C forbids zero-size array 'a' [-Wpedantic] 1 | static int a[0]; | ^ Hmm, this is an extension so ...
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 13 Aug 2024 14:30:31 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116284
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- <source>:1:12: error: ISO C forbids zero-size array 'a' [-Wpedantic] 1 | static int a[0]; | ^ Hmm, this is an extension so ...