-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Clang] [ICE] [crash-on-valid] clang frontend crashes when using modules, self-friend template with concepts #88400
Comments
@llvm/issue-subscribers-clang-modules Author: LoveSy (yujincheng08)
### Description
Maybe related to #86769, but I have merged its fix #86914 and still crash.
Minimum reproducible example: Assertion
Stack dump:<details>
</details> |
@EugeneZelenko Hi, I also think it's related to |
@llvm/issue-subscribers-c-20 Author: LoveSy (yujincheng08)
### Description
Maybe related to #86769, but I have merged its fix #86914 and still crash.
Minimum reproducible example: Assertion
Stack dump:<details>
</details> |
I presume this is different from #86769 since it also causes crashes prior to clang 18. |
Hi, any update on this issue? |
Not yet... I didn't have time to lookup at this.. |
BTW, I found that without namespace it works. |
Description
Maybe related to #86769, but I have merged its fix #86914 and still crash.
Minimum reproducible example:
https://godbolt.org/z/3cd8nYMh5
Assertion
Stack dump:
The text was updated successfully, but these errors were encountered: