<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [JSC] Fix build break since r199866"
   href="https://bugs.webkit.org/show_bug.cgi?id=156892#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [JSC] Fix build break since r199866"
   href="https://bugs.webkit.org/show_bug.cgi?id=156892">bug 156892</a>
              from <span class="vcard"><a class="email" href="mailto:jh718.park&#64;samsung.com" title="Joonghun Park &lt;jh718.park&#64;samsung.com&gt;"> <span class="fn">Joonghun Park</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=156892#c2">comment #2</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=156892#c1">comment #1</a>)
&gt; &gt; Committed r199868: &lt;<a href="http://trac.webkit.org/changeset/199868">http://trac.webkit.org/changeset/199868</a>&gt;
&gt; 
&gt; And Darin landed one more fix: (I don't konw which build it fixed.)
&gt; <a href="http://trac.webkit.org/changeset/199870">http://trac.webkit.org/changeset/199870</a>
&gt; 
&gt; But now the Apple Mac cloop build is broken:
&gt; 
&gt; /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
&gt; runtime/MathCommon.h:61:28: error: expected unqualified-id
&gt;     if (!constant || !std::isnormal(constant))
&gt;                            ^
&gt; /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
&gt; runtime/MathCommon.h:65:9: error: no member named 'frexp' in namespace
&gt; 'std'; did you mean simply 'frexp'?
&gt;     if (std::frexp(constant, &amp;exponent) != 0.5)
&gt;         ^~~~~~~~~~
&gt;         frexp
&gt; 
&gt; /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
&gt; runtime/MathCommon.h:77:25: error: no member named 'ldexp' in namespace
&gt; 'std'; did you mean simply 'ldexp'?
&gt;     double reciprocal = std::ldexp(1, -exponent);
&gt;                         ^~~~~~~~~~
&gt;                         ldexp
&gt; 
&gt; /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
&gt; runtime/MathCommon.h:78:17: error: expected unqualified-id
&gt;     ASSERT(std::isnormal(reciprocal));
&gt;                 ^
&gt; 
&gt; Common, nobody watches bots after landing random patches? Why ????
&gt; The original patch broke all Linux builds, the buildfixes broke the 
&gt; Apple Mac cloop build.</span >

I'm sorry, Ossy. If it is not fixed soon, let me check it out again. My mac is at home, so I couldn't check mac cloop port in advance.</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>