[Bug c/37743] Bogus printf format warning with __builtin_bswap32.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 6 21:56:00 GMT 2008
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-10-06 21:55 -------
DEF_GCC_BUILTIN (BUILT_IN_BSWAP32, "bswap32", BT_FN_UINT32_UINT32,
ATTR_CONST_NOTHROW_LIST)
This is caused by the fact __builtin_bswap32 uses uintSItype instead of the
normal unsignedint types.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37743
More information about the Gcc-bugs
mailing list