[Webkit-unassigned] [Bug 54687] Invalid label can be added into backtrack when building with armcc
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 18 11:56:04 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54687
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #82858|review? |review+
Flag| |
--- Comment #5 from Eric Seidel <eric at webkit.org> 2011-02-18 11:56:04 PST ---
(From update of attachment 82858)
We've had related trouble with bitfields using MSVC as well. There the problem was that enum is a "signed int" and when you make it a bitfield it uses one of the bits as a sign when you don't expect it to. :)
This change seems fine. Seems you might want a comment here to explain why you need the "signed" part.
--
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