value range propagation for _bitwise_ OR

Ellery Newcomer ellery-newcomer at utulsa.edu
Sat Dec 4 11:21:29 PST 2010


is it just me, or does this fail for

minA = 0
minB = 0
maxA = 0x80_00_00_00
maxB = 0x80_00_00_00

I'm pretty sure you need to handle 1 << 32 specially


More information about the Digitalmars-d mailing list