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


d...@dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d...@dawgfoto.de
         Depends on|                            |7455


--- Comment #3 from d...@dawgfoto.de 2012-02-06 20:27:53 PST ---
The correct fix is to narrow the lhs of the comparison.
assert(cast(Value)(start + count * step) >= end)

It is a common source of bugs that the intermediate 80-bit result is used for
temporaries.

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

Reply via email to