[Webkit-unassigned] [Bug 154535] Workaround for ICE in GCC 4.8 appeared in r196846.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 09:44:59 PST 2016


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

--- Comment #8 from Konstantin Tokarev <annulen at yandex.ru> ---
(In reply to comment #7)

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

I believe it calls

template<unsigned length> bool equalLettersIgnoringASCIICase(const StringImpl&, const char (&lowercaseLetters)[length]);

-- 
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/20160222/5b011d18/attachment.html>


More information about the webkit-unassigned mailing list