This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc interprets -0 incorrectly
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Justin Pryzby <justinpryzby at users dot sourceforge dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 6 Dec 2002 23:50:09 +0000
- Subject: Re: gcc interprets -0 incorrectly
- References: <20021206224313.GA17796@perseus.homeunix.net>
Justin Pryzby wrote:-
> // warning: this decimal constant is unsigned only in ISO C90.
> i=-2147483648;
Is this warning what's confusing you?
Neil.