http://d.puremagic.com/issues/show_bug.cgi?id=259 ------- Comment #4 from ddparnell at bigpond.com 2009-02-23 02:34 ------- Even more critical, any fix for this bug should not make code like the following fail to compile: uint a = 5; if (a > -2) { ... } --