https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84046
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If you want aggregate with size 1 and isn't used to store information, use typedef struct { char : 1; } zero; instead.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84046
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If you want aggregate with size 1 and isn't used to store information, use typedef struct { char : 1; } zero; instead.