[Issue 24599] [REG2.103] Wrongly elided TypeInfo emission leading to undefined symbols at link-time

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 11 10:17:06 UTC 2024


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@kinke updated dlang/dmd pull request #15868 "Draft: Tentative fix for missing
struct TypeInfo symbols" fixing this issue:

- Fix Bugzilla 24599 - Wrongly elided TypeInfo emission

  Reverting #14844, which caused such missing TypeInfos, *and* making
  sure the special TypeInfo members are fully analyzed and ready for
  codegen (otherwise hitting an assertion for the real-world project).

https://github.com/dlang/dmd/pull/15868

--


More information about the Digitalmars-d-bugs mailing list