------- Additional Comments From schwab at suse dot de  2004-11-13 13:41 -------
There are no negative constants/literals in C and C++.  2147483648 is not 
representable in (32-bit) int or long, so its type is unsigned in C90, but in 
C++98 the behaviour is undefined. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18460

Reply via email to