https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80168
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|accepts-invalid |
--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> ---
Just a small clarification: The VLA typedef in the test case is valid, but its
use to define a member of a struct is strictly not conforming. It's accepted
by GCC as an extension and diagnosed by -Wpedantic. I've adjusted the Keywords
accordingly.