This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/16645] [3.5 Regression] dbxout.c:1693: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2004 17:05:58 -0000
- Subject: [Bug bootstrap/16645] [3.5 Regression] dbxout.c:1693: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
- References: <20040720151844.16645.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-07-20 17:05 -------
Subject: Re: [3.5 Regression] dbxout.c:1693: warning: fo
> Woops I forgot that on some (most) targets, that size_t is unsigned long
> int.
Right. On HP-UX 11, it's unsigned long. On HP-UX 10, it's unsigned int.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16645