Skip to content
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

unresolved external symbol _D4core8internal5newaa3Foo6__initZ, etc during unittest builds #17476

Open
dlangBugzillaToGithub opened this issue Mar 4, 2024 · 0 comments
Labels

Comments

@dlangBugzillaToGithub
Copy link

elpenguino+D reported this on 2024-03-04T02:51:57Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=24428

Description

Compile with -unittest. Fails as of DMD 2.107.1.
```
immutable int[int] foo = [1:2];
unittest {}
void main() {}
```
Several symbols for the unittest in core.internal.newaa are missing:
_D4core8internal5newaa__T5EntryTSQBfQBdQx3FooTiZQx6__initZ
_D4core8internal5newaa3Foo6__initZ
_D4core8internal5newaa3Foo9__xtoHashFNbNeKxSQBqQBoQBiQBfZm
_D4core8internal5newaa3Foo11__xopEqualsMxFKxSQBrQBpQBjQBgZb

Yet another instance of symbols missing due to mismatched app/druntime flags.
@thewilsonator thewilsonator added the Druntime Specific to druntime label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants