[Bug c/37743] Bogus printf format warning with __builtin_bswap32.

jsm28 at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Mar 31 20:40:00 GMT 2009



------- Comment #4 from jsm28 at gcc dot gnu dot org  2009-03-31 20:40 -------
Because my bug 448 patch isn't complete (doesn't give knowledge of the
stdint.h types for all targets), it doesn't yet fix this issue; it defines
c_uint32_type_node and c_uint64_type_node to be the normal C types used
in stdint.h where those are known to GCC.  Once GCC knows the stdint.h
types on all targets, we can get rid of the special uint32_type_node
and uint64_type_node, renaming c_uint32_type_node and c_uint64_type_node
to those names, and then the built-in function will return a normal C type.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-31 20:40:20
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37743



More information about the Gcc-bugs mailing list