WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED MOVED
189988
[WHLSL] Dynamic function generation affects further compilation
https://bugs.webkit.org/show_bug.cgi?id=189988
Summary
[WHLSL] Dynamic function generation affects further compilation
Myles C. Maxfield
Reported
2018-09-25 22:03:18 PDT
The dynamic creation of operator==() in Checker causes later checks to succeed or fail. For example, if you cause Checker to generate native bool operator==(int* thread,int* thread) and native bool operator==(int* thread* thread,int* thread* thread), later calls with (nullptr, nullptr) will fail because of an ambiguous overload.
Attachments
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2018-10-13 14:22:58 PDT
Migrated to
https://api.github.com/repos/gpuweb/WHLSL/issues/21
Myles C. Maxfield
Comment 2
2018-10-13 14:50:57 PDT
https://github.com/gpuweb/WHLSL/issues/21
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