[Webkit-unassigned] [Bug 68166] unsigned bit shift fails under certain conditions - REPRODUCIBLE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 13:58:02 PDT 2011


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





--- Comment #6 from Gavin Barraclough <barraclough at apple.com>  2011-09-16 13:58:02 PST ---
Gottcha.  Hmmm, this repros with just:

var value = -1699021058.1;
var i = 0;
print(value >>> i);

(prints -1699021058, the result of unsigned right shift should never be negative).

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