February 20 [Issue 20802] [REG2.088.0] Link failure with writefln | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20802 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trikkuz@gmail.com --- Comment #9 from Iain Buclaw <ibuclaw@gdcproject.org> --- *** Issue 23209 has been marked as a duplicate of this issue. *** -- |
March 01 [Issue 20802] [REG2.088.0] Link failure with writefln | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20802 --- Comment #10 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #16276 "merge stable" was merged into master: - 6a2fe78ba45b4fcd495f7ab340f784640b9daf01 by Tim Schendekehl: Fix Bugzilla 20802 - Link failure with writefln (#16200) The issue is caused by compiling druntime/phobos and the application with different flags. The template instance for __switch_errorT is not included in the build of druntime/phobos, because they are compiled with -release. DMD will also not include it in an application compiled without -release, because it assumes, that it is already in druntime. See comment https://issues.dlang.org/show_bug.cgi?id=20802#c3 by Spoov. The template instance for __switch_errorT is now always instantiated in druntime, so it is part of the ABI of druntime. https://github.com/dlang/dmd/pull/16276 -- |
March 04 [Issue 20802] [REG2.088.0] Link failure with writefln | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20802 elpenguino+D@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=24428 -- |
Copyright © 1999-2021 by the D Language Foundation