Bug 189988

Summary: [WHLSL] Dynamic function generation affects further compilation
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED MOVED    
Severity: Normal    
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 176199    

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.