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
Myles C. Maxfield
Comment 1 2018-10-13 14:22:58 PDT
Myles C. Maxfield
Comment 2 2018-10-13 14:50:57 PDT
Note You need to log in before you can comment on or make changes to this bug.