[Webkit-unassigned] [Bug 155582] New: webkitgtk-2.11.92 build failure with clang on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 03:06:26 PDT 2016


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

            Bug ID: 155582
           Summary: webkitgtk-2.11.92 build failure with clang on Linux
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: krejzi at email.com
                CC: bugs-noreply at webkitgtk.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160317/d6d278a9/attachment.html>


More information about the webkit-unassigned mailing list