This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52661] negative maxint for long long gives warning
- From: "jmichae3 at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Mar 2012 20:10:33 +0000
- Subject: [Bug c/52661] negative maxint for long long gives warning
- Auto-submitted: auto-generated
- References: <bug-52661-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661
--- Comment #11 from Jim Michaels <jmichae3 at yahoo dot com> 2012-03-22 20:10:33 UTC ---
OK... then why do these warnings only show up on constants which have an or LL
suffix?
I will show you a replacement test file shortly afterwards which has a 32-bit
number that does not give this warning, and a 32-bit number which does which
has the L suffix.