Bug 199466

Summary: [WHLSL] We should not say an integer literal is out of range until after unification
Product: WebKit Reporter: Saam Barati <saam>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dino, fpizlo, jonlee, justin_fan, mmaxfield, rmorisset
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Saam Barati 2019-07-03 15:04:06 PDT
e.g, if I want to assign to UINT_MAX literal, it doesn't work:
```
uint x = 4294967295;
```

Currently, we fail in the parser
Comment 1 Myles C. Maxfield 2020-05-05 00:42:49 PDT
WHLSL is no longer relevant.