[Bug c++/86709] 'short type-name' is invalid
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jul 28 02:17:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86709
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
[apinski@apinski-lnx toolchain-7]$ ./tools/bin/g++ -pedantic-errors t8.c
t8.c:2:12: error: long, short, signed or unsigned used invalidly for
‘slot_tablelen’ [-Wpedantic]
__u8 short slot_tablelen;
^~~~~~~~~~~~~
More information about the Gcc-bugs
mailing list