This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30516] Shift more than 32 bits dosent work on a long long int
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2007 16:07:38 -0000
- Subject: [Bug c/30516] Shift more than 32 bits dosent work on a long long int
- References: <bug-30516-13958@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from schwab at suse dot de 2007-01-20 16:07 -------
> macro.c: In function ‘main’:
> macro.c:18: warning: format ‘%lu’ expects type ‘long unsigned int’, but
> argument 2 has type ‘long long unsigned int’
> macro.c:19: warning: format ‘%lu’ expects type ‘long unsigned int’, but
> argument 2 has type ‘long long int’
Don't ignore the warnings.
--
schwab at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30516