| Summary: | JSC fails to compile with clang 15 and libc++ | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Khem Raj <raj.khem> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | mark.lam, webkit-bug-importer, ysuzuki |
| Priority: | P3 | Keywords: | Gtk, InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Khem Raj
2022-09-03 02:19:42 PDT
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()); | ^ Full log is here http://sprunge.us/SUk8No *** This bug has been marked as a duplicate of bug 245183 *** |