[Webkit-unassigned] [Bug 244758] JSC fails to compile with clang 15 and libc++

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 3 02:28:18 PDT 2022


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

--- Comment #1 from Khem Raj <raj.khem at gmail.com> ---
here is where the error originates

| /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/JavaScriptCore/jit/JIT.cpp:993:14: note: in instantiation of function template specialization 'std::__1::move<WTF::SegmentedVectorIterator<JSC
::UnlinkedCallLinkInfo, 8>, JSC::UnlinkedCallLinkInfo *>' requested here
|         std::move(m_unlinkedCalls.begin(), m_unlinkedCalls.end(), m_jitCode->m_unlinkedCalls.begin());
|              ^



/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/JavaScriptCore/jit/JIT.cpp:996:14: note: in instantiation of function template specialization 'std::__1::move<WTF::SegmentedVectorIterator<JSC
::UnlinkedStructureStubInfo, 8>, JSC::UnlinkedStructureStubInfo *>' requested here
|         std::move(m_unlinkedStubInfos.begin(), m_unlinkedStubInfos.end(), m_jitCode->m_unlinkedStubInfos.begin());
|              ^

-- 
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/20220903/58678f92/attachment.htm>


More information about the webkit-unassigned mailing list