https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118117
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So GCC has had problems in the past (and looks like it still) with `typedef struct {...} name;` Which should be the same as `struct name {...};` for C++.