[Webkit-unassigned] [Bug 152923] Fixed compilation of JavaScriptCore with GCC 4.8 on 32-bit platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 14:28:26 PST 2016


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

--- Comment #3 from Konstantin Tokarev <annulen at yandex.ru> ---
I hit this GCC bug which is fixed in 4.9.0:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025

Exact message is:

In file included from ../../Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:33:0:
../../Source/JavaScriptCore/jit/CallFrameShuffler.h: In member function ‘void JSC::CallFrameShuffler::assumeCalleeIsCell()’:
../../Source/JavaScriptCore/jit/CallFrameShuffler.h:144:90: error: invalid initialization of non-const reference of type ‘JSC::CachedRecovery&’ from an rvalue of type ‘<brace-enclosed initializer list>’
         CachedRecovery& calleeCachedRecovery { *getNew(VirtualRegister(JSStack::Callee)) };

-- 
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/20160108/2261cf4c/attachment.html>


More information about the webkit-unassigned mailing list