[Issue 22374] [REG 2.093] 'import std;' with -checkaction=context causes link error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 19 23:03:13 UTC 2022


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

elpenguino+D at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elpenguino+D at gmail.com

--- Comment #2 from elpenguino+D at gmail.com ---
I've just encountered this as well. Still fails on DMD 2.101.1 with the same
missing symbol, but when combined with -allinst, it fails in a subtly different
way: 
```
/dlang/dmd/linux/bin64/../../src/phobos/std/variant.d:941: error: undefined
reference to
'_D4core8internal7dassert__T14_d_assert_failTbZQtFNaNbNiNfMxAyaxbZAya'
```

This one is a `pure nothrow @nogc @safe immutable(char)[]
core.internal.dassert._d_assert_fail!(bool)._d_assert_fail(scope
const(immutable(char)[]), const(bool))`

--


More information about the Digitalmars-d-bugs mailing list