Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

[WHLSL] Dynamic function generation affects further compilation #21

Closed
litherum opened this issue Oct 13, 2018 · 2 comments
Closed

[WHLSL] Dynamic function generation affects further compilation #21

litherum opened this issue Oct 13, 2018 · 2 comments

Comments

@litherum
Copy link
Contributor

Migrated from https://bugs.webkit.org/show_bug.cgi?id=189988:

At 2018-09-26T05:03:18Z, mmaxfield@apple.com wrote:
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.

@litherum
Copy link
Contributor Author

Might be a duplicate of #86

@litherum
Copy link
Contributor Author

Duplicate of #86

@litherum litherum marked this as a duplicate of #86 Oct 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant