[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:28:49 UTC 2020


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

--- Comment #8 from Iain Buclaw <ibuclaw at gdcproject.org> ---
The first bad commit for dmd was https://github.com/dlang/dmd/pull/11083

Adding the import of stringtable in that PR now means that all modules think
it's OK to omit generating code for StringValue!(Type).

((9fa18aa20...)|BISECTING) $ nm build/func.o | grep
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
                 U
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
((9fa18aa20...)|BISECTING) $ nm build/typesem.o | grep
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
                 U
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
((9fa18aa20...)|BISECTING) $ nm build/mtype.o | grep
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa
                 U
_D3dmd4root11stringtable__T11StringValueTCQBo5mtype4TypeZQBe8toDcharsMxFNaNbNiNjZPxa

--


More information about the Digitalmars-d-bugs mailing list