[Issue 2434] Need a way to add casts into array operations.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 13 12:45:14 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=2434



--- Comment #4 from Jarrett Billingsley <jarrett.billingsley at gmail.com> 2011-07-13 12:40:02 PDT ---
Range propagation "fixes" it, but the bug only manifests in D1 because of the
ridiculous rules regarding integer math. (1 / a) where a is a ubyte is of type
"int", not of type "ubyte". But the problem doesn't manifest with 32- or 64-bit
integers.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list