<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fixed compilation of JavaScriptCore with GCC 4.8 on 32-bit platforms"
   href="https://bugs.webkit.org/show_bug.cgi?id=152923#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fixed compilation of JavaScriptCore with GCC 4.8 on 32-bit platforms"
   href="https://bugs.webkit.org/show_bug.cgi?id=152923">bug 152923</a>
              from <span class="vcard"><a class="email" href="mailto:annulen&#64;yandex.ru" title="Konstantin Tokarev &lt;annulen&#64;yandex.ru&gt;"> <span class="fn">Konstantin Tokarev</span></a>
</span></b>
        <pre>I hit this GCC bug which is fixed in 4.9.0:

<a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025">https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025</a>

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&amp;’ from an rvalue of type ‘&lt;brace-enclosed initializer list&gt;’
         CachedRecovery&amp; calleeCachedRecovery { *getNew(VirtualRegister(JSStack::Callee)) };</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>