This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: other/7826: Decimal constant -2147483648 cause a warning "decimal constant is so large that it is unsigned"


Synopsis: Decimal constant -2147483648 cause a warning "decimal constant is so large that it is unsigned"

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Wed Sep  4 05:37:45 2002
State-Changed-Why:
    not a bug. -2147483648 is an expression consisting of unary
    minus applied to an integer literal. on 32 bit systems, that
    literal will have the type *unsigned* and value 2147483648

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7826


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]