c/3463: A problem with long long ints
aoliva@gcc.gnu.org
aoliva@gcc.gnu.org
Thu Jun 28 13:19:00 GMT 2001
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
More information about the Gcc-bugs
mailing list