[Webkit-unassigned] [Bug 226643] -Wnonnull warning in JITCall.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 22:38:50 PDT 2021


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

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ysuzuki at apple.com

--- Comment #2 from Yusuke Suzuki <ysuzuki at apple.com> ---
GCC's warning looks wrong. it is nullptr only when opcodeID is op_call_eval. And these cases are handled in

if (compileCallEval(bytecode))
    return;

So, L256, it must be a non nullptr.
My intuition is that GCC's implementation of this warning looks broken :(

Did we found a real bug with this warning so far?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210612/448ba555/attachment.htm>


More information about the webkit-unassigned mailing list