[Issue 20802] [REG2.088.0] Link failure with writefln
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 7 11:52:51 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=20802
Richard Cattermole <alphaglosined at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alphaglosined at gmail.com
--- Comment #2 from Richard Cattermole <alphaglosined at gmail.com> ---
Another more slimmed down version that was experienced by someone on the N.G.
```d
import std.uni, std.stdio;
void main() {
auto c1 = CodepointSet('a','z'+1);
writefln("%s", c1);
}
```
```
/dlang/dmd/linux/bin64/../../src/druntime/import/core/internal/switch_.d:189:
error: undefined reference to
'_D4core9exception__T15__switch_errorTZQsFNaNbNiNeAyamZv'
```
https://forum.dlang.org/post/nvjgpznfizkishhubcuz@forum.dlang.org
--
More information about the Digitalmars-d-bugs
mailing list