[Webkit-unassigned] [Bug 189290] [WHLSL] Taking the address of a ternary l-value expression produces an unrelated error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 4 17:40:47 PDT 2018


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

--- Comment #2 from Thomas Denney <tdenney at apple.com> ---
It is worth noting that C doesn’t permit this because it treats the ternary expression as an r-value, and therefore you cannot take its address.

-- 
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/20180905/57725c09/attachment-0001.html>


More information about the webkit-unassigned mailing list