[Issue 20212] invalid debug info with enum type in library

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 13 17:46:29 UTC 2019


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

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@rainers created dlang/dmd pull request #10407 "fix issue 20212 - invalid debug
info with enum type in library" fixing this issue:

- 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