<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Workaround for ICE in GCC 4.8 appeared in r196846."
   href="https://bugs.webkit.org/show_bug.cgi?id=154535#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Workaround for ICE in GCC 4.8 appeared in r196846."
   href="https://bugs.webkit.org/show_bug.cgi?id=154535">bug 154535</a>
              from <span class="vcard"><a class="email" href="mailto:annulen&#64;yandex.ru" title="Konstantin Tokarev &lt;annulen&#64;yandex.ru&gt;"> <span class="fn">Konstantin Tokarev</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=154535#c7">comment #7</a>)

<span class="quote">&gt; I don't think we do have a equalIgnoringASCIICase() overload that takes a
&gt; literal. Therefore, if you pass &quot;off&quot; it likely calls:
&gt; inline bool equalIgnoringASCIICase(const String&amp; a, const char* b);
&gt; 
&gt; Which means we don't know the length of b in advance. If we pass a String
&gt; in, the size of b is known in advance.</span >

I believe it calls

template&lt;unsigned length&gt; bool equalLettersIgnoringASCIICase(const StringImpl&amp;, const char (&amp;lowercaseLetters)[length]);</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>