On Sun, 30 Oct 2011 19:17:07 +0100, Eli Zaretskii wrote: > And 1 is an int because it has no l/ll qualifier? I think so: (gdb) ptype 1 type = int (gdb) ptype 1L type = long (gdb) ptype 1LL type = long long Regards, Jan