<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Enable optimization causes undefined reference error for debug build"
   href="https://bugs.webkit.org/show_bug.cgi?id=147816#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Enable optimization causes undefined reference error for debug build"
   href="https://bugs.webkit.org/show_bug.cgi?id=147816">bug 147816</a>
              from <span class="vcard"><a class="email" href="mailto:lantw44&#64;gmail.com" title="Ting-Wei Lan &lt;lantw44&#64;gmail.com&gt;"> <span class="fn">Ting-Wei Lan</span></a>
</span></b>
        <pre>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.</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>