[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
Sat Feb 19 23:13:37 PST 2011


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





--- Comment #13 from Alexey Proskuryakov <ap at webkit.org>  2011-02-19 23:13:37 PST ---
Daniel Bates explained in bug 54807 that I was wrong - bitfields are an exception where "signed int" is different from "int".

I think that this should have used "signed", not "signed int" though, just like we never write "unsigned int" in WebKit code. And it doesn't look like we had a good explanation of why there is no regression test.

-- 
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