<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Added new port JSCOnly."
   href="https://bugs.webkit.org/show_bug.cgi?id=154512">bug 154512</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>akling&#64;apple.com, fpizlo&#64;apple.com, ggaren&#64;apple.com, sbarati&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Added new port JSCOnly."
   href="https://bugs.webkit.org/show_bug.cgi?id=154512#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Added new port JSCOnly."
   href="https://bugs.webkit.org/show_bug.cgi?id=154512">bug 154512</a>
              from <span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=154512#c4">comment #4</a>)
[snip]
<span class="quote">&gt; But I see 2.8.12.2 is used by Ubuntu 14.04; makes sense to keep the current
&gt; support a while longer, I think.</span >
[snip]

Ubuntu 14.04 is shipped with GCC 4.8 and this GCC isn't supported long time ago.
For example <a href="https://trac.webkit.org/changeset/196873">https://trac.webkit.org/changeset/196873</a> removed the GCC 4.8
workaround from bmalloc.

I tried this patch on r196872 and got another build error:
../../Source/JavaScriptCore/ftl/FTLLazySlowPathCall.h:51:1: warning: control reaches end of non-void function [-Wreturn-type]

FTLLazySlowPathCall.h was added by <a href="https://trac.webkit.org/changeset/190860">https://trac.webkit.org/changeset/190860</a>
4 months ago and wasn't touched ever since then.

It seems GCC 4.8 build is completely broken and many workarounds should
be added to make it work again. Is there anybody who is interested to
do it?

I would say we should go ahead and try to forget GCC 4.8.</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>