Thread overview
[Issue 20212] invalid debug info with enum type in library
Sep 13, 2019
Rainer Schuetze
Sep 13, 2019
Dlang Bot
Sep 13, 2019
Rainer Schuetze
Sep 13, 2019
Dlang Bot
September 13, 2019
https://issues.dlang.org/show_bug.cgi?id=20212

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |symdeb

--
September 13, 2019
https://issues.dlang.org/show_bug.cgi?id=20212

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

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

--- Comment #1 from Dlang Bot <dlang-bot@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

--
September 13, 2019
https://issues.dlang.org/show_bug.cgi?id=20212

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
regression introduced by https://github.com/dlang/dmd/pull/10328

--
September 13, 2019
https://issues.dlang.org/show_bug.cgi?id=20212

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@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

--