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


Don <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from Don <[email protected]> 2009-11-18 05:18:30 PST ---
Here's a variation that doesn't even require the optimizer. In the code below,
>>>= gets changed into >>=.

----
void main()
{
  long[1] b = void;
  b[0] = -1L;
  b[0] >>>= 2;
  assert( (b[0]) == 0x3FFFFFFFFFFFFFFFL);
}

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

Reply via email to