[Webkit-unassigned] [Bug 147816] Enable optimization causes undefined reference error for debug build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 23:41:36 PDT 2015


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

--- Comment #7 from Ting-Wei Lan <lantw44 at gmail.com> ---
I think it should happen in release build with ASSERT_DISABLED=0 because all these problems are caused by function calls done in assert, but I cannot test it because it doesn't build:

../../Source/WTF/wtf/dtoa/bignum.cc:772:30: error: use of undeclared identifier 'a'
        ASSERT(Bignum::Equal(a, *this));
                             ^
../../Source/WTF/wtf/Assertions.h:235:8: note: expanded from macro 'ASSERT'
    (!(assertion) ? \
       ^
1 error generated.

-- 
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/20150811/eec03e32/attachment-0001.html>


More information about the webkit-unassigned mailing list