[Bug c/79358] gcc.dg/c99-stdint-1.c fails with excess error

vogt at linux dot vnet.ibm.com gcc-bugzilla@gcc.gnu.org
Fri Feb 3 17:18:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79358

--- Comment #8 from Dominik Vogt <vogt at linux dot vnet.ibm.com> ---
Gdb says:

(gdb) ptype __typeof__(size_t)
type = unsigned long
(gdb) ptype __typeof__(SIZE_MAX)
type = unsigned int

Two different types for unsigned 32 bit integers.


More information about the Gcc-bugs mailing list