https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94859
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- int is not the declarator, but declaration-specifiers. What the standard says is that int b : 0; is invalid.