[Webkit-unassigned] [Bug 222959] [CMake] Build fails on RISC-V with GCC 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 10:58:36 PST 2021


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

--- Comment #13 from Khem Raj <raj.khem at gmail.com> ---
(In reply to Daniel Kolesa from comment #12)
> the test is not correct, the undefined reference was
> `__atomic_compare_exchange_1` while the one you're testing is
> `__atomic_fetch_add_1`

yes, although I saw that none of 1byte ops were not available as builtins since the test was simple for __atomic_fetch_add_1, I went with it. but perhaps using __atomic_compare_exchange_1 for test would be more accurate.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210311/78a0a6af/attachment.htm>


More information about the webkit-unassigned mailing list