[Issue 22700] New: Error: undefined symbol: core.internal.dassert.inFinalizer and core.internal.dassert.miniFormatFakeAttributes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 23 12:25:47 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=22700

          Issue ID: 22700
           Summary: Error: undefined symbol:
                    core.internal.dassert.inFinalizer and
                    core.internal.dassert.miniFormatFakeAttributes
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org

This PR: https://github.com/dlang/druntime/pull/3701

Has a link failure when compiling the following test:
```
void test8765(string msg, int a)
{
    assert(a);
    assert(msg == "0 != true");
}
```

When compiling with the flags: dmd testassert.d -checkaction=context -main

Bisecting druntime, this is caused by
https://github.com/dlang/druntime/pull/3493
Bisecting dmd is still underway.

--


More information about the Digitalmars-d-bugs mailing list