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]

Re: c/3463: A problem with long long ints


Synopsis: A problem with long long ints

State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Thu Jun 28 13:18:54 2001
State-Changed-Why:
    Neither 0xffffffff nor 0x01 are `long long', so the result is computed as `unsigned int', wrapping around to 0, and then it's zero-extended to `unsigned long long'.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3463&database=gcc


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