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

2011-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6000


kenn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #2 from kenn...@gmail.com 2011-06-12 11:06:25 PDT ---
*** This issue has been marked as a duplicate of issue 3147 ***

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


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

2011-05-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6000


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@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: ---