[Webkit-unassigned] [Bug 45669] ARMv7Assembler generates illegal instructions with RVCT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 12:28:52 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45669





--- Comment #7 from David Tapuska <dtapuska at rim.com>  2010-09-13 12:28:52 PST ---
(In reply to comment #4)
> Sigh, i really wish people would stop using RCVT it's clearly a broken compiler based on the amount of workarounds we've had to do over time.
> 
> That said i fail to see how this patch will zero-init the entire union

The ctors were changed to zero the asInt value. (This follows similar convention used in this header file for other structs with bitfields) The storage on the asInt should take up 8 bits which corresponds to the 4 bits on lo4 and 4 bits on hi4. The problem is with the code that the type and amount only take up 7 bits.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list