[Webkit-unassigned] [Bug 199466] New: [WHLSL] We should not say an integer literal is out of range until after unification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 15:04:06 PDT 2019


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

            Bug ID: 199466
           Summary: [WHLSL] We should not say an integer literal is out of
                    range until after unification
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sbarati at apple.com
                CC: dino at apple.com, fpizlo at apple.com, jonlee at apple.com,
                    justin_fan at apple.com, mmaxfield at apple.com,
                    rmorisset at apple.com

e.g, if I want to assign to UINT_MAX literal, it doesn't work:
```
uint x = 4294967295;
```

Currently, we fail in the parser

-- 
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/20190703/9bbd9b5a/attachment-0001.html>


More information about the webkit-unassigned mailing list