[Bug c++/86709] 'short type-name' is invalid
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 27 23:49:00 GMT 2018
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;
^~~~~
More information about the Gcc-bugs
mailing list