[Issue 20212] invalid debug info with enum type in library
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Sep 13 23:06:58 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20212
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #10407 "fix issue 20212 - invalid debug info with enum
type in library" was merged into master:
- 385d172caec72f2a2610e48df9c3358e7266a5dc by Rainer Schuetze:
fix issue 20212 - invalid debug info with enum type in library
reusing an old type index does not work because it might be in a different
object file. Let cv_debtyp() sort out duplicates instead.
https://github.com/dlang/dmd/pull/10407
--
More information about the Digitalmars-d-bugs
mailing list