[Webkit-unassigned] [Bug 156892] [JSC] Fix build break since r199866

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 02:05:16 PDT 2016


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

--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org> ---
(In reply to comment #1)
> Committed r199868: <http://trac.webkit.org/changeset/199868>

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

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, &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.

-- 
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/20160422/c4e208c1/attachment.html>


More information about the webkit-unassigned mailing list