[Issue 15729] [REG(master)] broken debug info for libraries
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Mar 19 22:22:30 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15729
--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/1737bea648d961dbc1a03dc0eb2babe2d66c322f
fix Issue 15729 - broken debug info for libraries
- need to reset fake symbols that are only
generated for debug types (struct, enum)
or the cached Stypidx will erroneously be
used for the next object file
https://github.com/D-Programming-Language/dmd/commit/ed13c690af3c2910e648d86e51808d60542cebc0
Merge pull request #5548 from MartinNowak/fix15729
fix Issue 15729 - broken debug info for libraries
--
More information about the Digitalmars-d-bugs
mailing list