[Issue 6000] Value range propagation does not work with modulus (%) with a constant

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 17 02:56:07 PDT 2011


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


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2011-05-17 02:51:59 PDT ---
A similar case:


void main() {
    long n = 10520;
    ubyte b = n % 10;
}

-- 
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