[Webkit-unassigned] [Bug 198305] [WHLSL] Multiple variables with initializers in a declaration statement crashes the compiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 28 14:51:55 PDT 2019


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

--- Comment #2 from Robin Morisset <rmorisset at apple.com> ---
Can you dump the AST for this example? From the stack trace, it looks like it parses as int x = (42, y = 44); instead of int (x = 42), (y = 44).. which sounds like an ambiguity in the grammar. I should double check that the spec is explicit on the fact that we want the latter, not the former.

-- 
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/20190528/78aab050/attachment.html>


More information about the webkit-unassigned mailing list