Comment 3 for bug 403744

Revision history for this message
Nathan Bell (wnbell) wrote : Re: g++ -O3 produces incorrect results for less-than operator

All of those numbers are less than 4294967296 (i.e. 2^32), so they can be stored in 32-bit *unsigned* integers.

Nevermind that "overflow" refers to the result of an arithmetic operation, and no arithmetic operations are being used here.

Please don't dismiss this issue with nothing more than a cursory look. I'm quite confident this is a bug.