digitalmars.D.bugs - [Issue 22700] New: Error: undefined symbol:
- d-bugmail puremagic.com (29/29) Jan 23 2022 https://issues.dlang.org/show_bug.cgi?id=22700
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 puremagic.com Reporter: ibuclaw 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. --
Jan 23 2022