-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
TypeInfo is stored read-only, but mutable from D #1337
Comments
|
Sorry, just saw the "Reporting LDC issues" section of the wiki: System: GNU/Linux Archlinux |
|
Hm. LDC does not segfault but the resulting binary. |
|
Sorry, I don't know why I confused the two, you are perfectly right. |
|
Is this UB or an LDC bug? |
|
Woohoo a leet issue. |
|
Fixed in all branches. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reduced (thanks dustmite) test case:
LDC segfaults when compiling the test case without flag.
Version:
Arguably one shouldn't be able to even try to change a typeid's name but
dmd2.068.2 -> 2.070.2 (last version at the time) accepts it.
The text was updated successfully, but these errors were encountered: