-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
ICE extern(C++) static #929
Comments
This is an upstream/frontend problem. The mangler emits the error message and then dies:
|
Perhaps it's the implementation of d->error() is different for LDC? |
It's not |
These errors do not crash the compiler any longer. To actually add support for further parts of C++, the changes should go into the upstream frontend first. |
Yep, no crash, no dialog box anymore, just a regular error. |
Another ICE
Given:
What's strange is, there are reasonable error messages being emitted... but the compiler still asserts and pops up a crash dialog.
The text was updated successfully, but these errors were encountered: