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: c/9502: shift of long long broken


Synopsis: shift of long long broken

State-Changed-From-To: open->closed
State-Changed-By: ebotcazou
State-Changed-When: Wed Jan 29 20:02:24 2003
State-Changed-Why:
    Not a bug. You need to write:
    unsigned long long int a = 1ULL << 32;

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


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