[Webkit-unassigned] [Bug 156670] New: JS::DFG::nodeValuePairListDump does not compile with libstdc++ 4.8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 16 16:09:21 PDT 2016


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

            Bug ID: 156670
           Summary: JS::DFG::nodeValuePairListDump does not compile with
                    libstdc++ 4.8
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annulen at yandex.ru

Error message produced by clang 3.8 (g++ 4.8 also produces error, but message is less readable):

/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/stl_algo.h:2263:28: error: binding value of type 'const
      JSC::DFG::BasicBlock::SSAData::NodeAbstractValuePair' to reference to type 'JSC::DFG::BasicBlock::SSAData::NodeAbstractValuePair' drops 'const' qualifier
          while (__comp(*__first, __pivot))
                                  ^~~~~~~

-- 
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/20160416/817c13c9/attachment-0001.html>


More information about the webkit-unassigned mailing list