-
-
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
linker error with scope(exit) with betterC #3479
Comments
|
also seems like marking |
kubo39
added a commit
to kubo39/ldc
that referenced
this issue
Jun 28, 2020
kubo39
added a commit
to kubo39/ldc
that referenced
this issue
Jun 28, 2020
kubo39
added a commit
to kubo39/ldc
that referenced
this issue
Jun 28, 2020
|
I've added this to https://issues.dlang.org/show_bug.cgi?id=20897. |
kinke
added a commit
to kinke/ldc
that referenced
this issue
Jun 28, 2020
A reboot of ldc-developers#3480, fixing ldc-developers#3479 and related issues.
kinke
added a commit
that referenced
this issue
Jun 29, 2020
|
Thx for the report. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
so i dont really know much about compilers or linkers but i managed to create a reproducible code snippet which breaks only when using ldc.
https://run.dlang.io/is/NH9MGM
the error is:
if you uncomment either the
scope(exit)line or thecreateline everything compilers and works ok.i dont know how to go even further with finding the cause of the issue so just gonna drop this here. this might be something obvious or an actual compiler/linker bug.
The text was updated successfully, but these errors were encountered: