<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#c2">Comment # 2</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: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=156892#c1">comment #1</a>)
<span class="quote">&gt; Committed r199868: &lt;<a href="http://trac.webkit.org/changeset/199868">http://trac.webkit.org/changeset/199868</a>&gt;</span >

And Darin landed one more fix: (I don't konw which build it fixed.)
<a href="http://trac.webkit.org/changeset/199870">http://trac.webkit.org/changeset/199870</a>

But now the Apple Mac cloop build is broken:

/Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/runtime/MathCommon.h:61:28: error: expected unqualified-id
    if (!constant || !std::isnormal(constant))
                           ^
/Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/runtime/MathCommon.h:65:9: error: no member named 'frexp' in namespace 'std'; did you mean simply 'frexp'?
    if (std::frexp(constant, &amp;exponent) != 0.5)
        ^~~~~~~~~~
        frexp

/Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/runtime/MathCommon.h:77:25: error: no member named 'ldexp' in namespace 'std'; did you mean simply 'ldexp'?
    double reciprocal = std::ldexp(1, -exponent);
                        ^~~~~~~~~~
                        ldexp

/Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/runtime/MathCommon.h:78:17: error: expected unqualified-id
    ASSERT(std::isnormal(reciprocal));
                ^

Common, nobody watches bots after landing random patches? Why ????
The original patch broke all Linux builds, the buildfixes broke the 
Apple Mac cloop build.</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>