RESOLVED FIXED 182691
[ARM] Debug build does not compile
https://bugs.webkit.org/show_bug.cgi?id=182691
Summary [ARM] Debug build does not compile
Dominik Inführ
Reported 2018-02-12 03:31:54 PST
Created attachment 333587 [details] Patch Debug builds of JSC do not compile on ARMv7 due to compile error in assert statement. Fix it by invoking unpoisoned() on the argument, such that reinterpret_cast<intptr>() works again.
Attachments
Patch (2.67 KB, patch)
2018-02-12 03:31 PST, Dominik Inführ
no flags
Patch v2 (2.67 KB, patch)
2018-02-21 05:54 PST, Dominik Inführ
no flags
Patch v2 (2.67 KB, patch)
2018-02-21 06:03 PST, Dominik Inführ
no flags
Dominik Inführ
Comment 1 2018-02-21 05:54:44 PST
Created attachment 334366 [details] Patch v2
Dominik Inführ
Comment 2 2018-02-21 06:03:49 PST
Created attachment 334371 [details] Patch v2
Mark Lam
Comment 3 2018-02-28 10:15:46 PST
Comment on attachment 334371 [details] Patch v2 r=me
WebKit Commit Bot
Comment 4 2018-02-28 23:35:34 PST
Comment on attachment 334371 [details] Patch v2 Clearing flags on attachment: 334371 Committed r229125: <https://trac.webkit.org/changeset/229125>
WebKit Commit Bot
Comment 5 2018-02-28 23:35:36 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2018-02-28 23:36:35 PST
Note You need to log in before you can comment on or make changes to this bug.