[Issue 21294] [REG 2.095]: DMD fails to link since PR11743
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 6 09:18:51 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21294
--- Comment #7 from Iain Buclaw <ibuclaw at gdcproject.org> ---
When building 2.092.1 using dmd as host compiler, it still fails to link due to
missing StringValue!(Symbol).toDchars, but the missing StringValue!(Type) is
now gone.
((v2.092.1)|BISECTING) $ nm build/mtype.o | grep
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
0000000000000000 W
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
((v2.092.1)|BISECTING) $ nm build/typesem.o | grep
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
U
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
--
More information about the Digitalmars-d-bugs
mailing list