WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 155044
155582
webkitgtk-2.11.92 build failure with clang on Linux
https://bugs.webkit.org/show_bug.cgi?id=155582
Summary
webkitgtk-2.11.92 build failure with clang on Linux
Armin K.
Reported
2016-03-17 03:06:26 PDT
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
Comment 1
2016-03-17 06:07:05 PDT
*** This bug has been marked as a duplicate of
bug 155044
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug