Bug 155582
| Summary: | webkitgtk-2.11.92 build failure with clang on Linux | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Armin K. <krejzi> |
| Component: | WebKitGTK | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro, ysuzuki |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Armin K.
When building with clang++ (3.8.0, using libc++ as C++ library) on Linux, the build fails with the following error:
/home/armin/src/webkitgtk-2.11.92/Source/JavaScriptCore/b3/B3LowerMacrosAfterOptimizations.cpp:118:54: error: no matching member function for call to 'insert'
functionAddress = m_insertionSet.insert<ConstPtrValue>(m_index, m_origin, floor);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/armin/src/webkitgtk-2.11.92/Source/JavaScriptCore/b3/B3InsertionSetInlines.h:37:26: note: candidate function not viable: requires 2 arguments, but 3 were provided
ValueType* InsertionSet::insert(size_t index, Arguments... arguments)
webkitgtk-2.11.91 built just fine.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
*** This bug has been marked as a duplicate of bug 155044 ***