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

2019-09-13 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #3 from Dlang Bot --- 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

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

2019-09-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20212 --- Comment #2 from Rainer Schuetze --- regression introduced by https://github.com/dlang/dmd/pull/10328 --

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

2019-09-13 Thread d-bugmail--- via Digitalmars-d-bugs
--- @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

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

2019-09-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20212 Rainer Schuetze changed: What|Removed |Added Keywords||symdeb --