[Issue 2205] Warning on comparison between signed and unsigned
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jul  8 17:48:33 PDT 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2205
smjg at iname.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg at iname.com
           Keywords|                            |diagnostic
------- Comment #1 from smjg at iname.com  2008-07-08 19:48 -------
I'd like this to either:
- be an error
- promote both sides to long
- generate some code resembling
    assert (a < 0 || cast(uint) a < b);
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list