From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23825 invoked by alias); 31 Mar 2009 20:40:39 -0000 Received: (qmail 23240 invoked by uid 48); 31 Mar 2009 20:40:20 -0000 Date: Tue, 31 Mar 2009 20:40:00 -0000 Message-ID: <20090331204020.23239.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/37743] Bogus printf format warning with __builtin_bswap32. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jsm28 at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg02685.txt.bz2 ------- 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