WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
199921
[WHLSL] Cannot assign result of integral subtraction to uint
https://bugs.webkit.org/show_bug.cgi?id=199921
Summary
[WHLSL] Cannot assign result of integral subtraction to uint
Justin Fan
Reported
2019-07-18 16:04:50 PDT
uint test() { uint answer = 1 - 0; return 1; } fails to compile, because (1-0) returns an int.
Attachments
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2020-05-05 00:42:48 PDT
WHLSL is no longer relevant.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug