[Issue 4014] CodeView debug type info not linked in from library

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4014 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9d2eeda0383fa55a8dea58f4d6960bb110e77c56 fix issue 4014 - add option to add debug info for all reference

[Issue 4014] CodeView debug type info not linked in from library

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4014 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9d2eeda0383fa55a8dea58f4d6960bb110e77c56 fix issue 4014 - add option to add debug info for all referenc

[Issue 4014] CodeView debug type info not linked in from library

2017-06-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4014 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9d2eeda0383fa55a8dea58f4d6960bb110e77c56 fix issue 4014 - add option to add debug info for all reference

[Issue 4014] CodeView debug type info not linked in from library

2017-06-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4014 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--

[Issue 4014] CodeView debug type info not linked in from library

2014-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4014 Rainer Schuetze changed: What|Removed |Added Keywords|patch |pull --- Comment #6 from Rainer Schuetze -

[Issue 4014] CodeView debug type info not linked in from library

2012-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4014 --- Comment #5 from Walter Bright 2012-09-12 13:35:43 PDT --- I just don't like the idea of duplicating the symbolic debug info. In reading this bug report, it seems the primary issue is that symdeb info is only generated for the module with t

[Issue 4014] CodeView debug type info not linked in from library

2011-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4014 --- Comment #4 from Rainer Schuetze 2011-09-20 23:44:42 PDT --- This is a better patch: https://github.com/D-Programming-Language/dmd/pull/398 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are rec

[Issue 4014] CodeView debug type info not linked in from library

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4014 Walter Bright changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 4014] CodeView debug type info not linked in from library

2011-02-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4014 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4014] CodeView debug type info not linked in from library

2010-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4014 --- Comment #1 from Rainer Schuetze 2010-03-27 01:38:36 PDT --- This is caused the implicite "-multiobj" flag being set when compiling into a library. The debug type info is then in the module that contains the init-struct for the class/struct