[Issue 550] Shifting by more bits than size of quantity is allowed
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Oct  5 12:29:24 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=550
matti.niemenmaa+dbugzilla at iki.fi changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
------- Comment #4 from matti.niemenmaa+dbugzilla at iki.fi  2007-10-05 14:29 -------
DMD 1.022 fixes the issues, but the error messages for the shift expressions
(e.g. c = c << 33) don't have file and line number info. The assignments (c <<=
33) do, though.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list