https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86709
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |c++
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
C front-end rejects it (this is without any options):
t8.c:2:6: error: two or more data types in declaration specifiers
__u8 short slot_tablelen;
^~~~~
