[Issue 15373] Segfault when using typeid on extern(C++) class with virtual functions

2018-07-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15373 Mike Franklin changed: What|Removed |Added Keywords||pull CC|

[Issue 15373] Segfault when using typeid on extern(C++) class with virtual functions

2018-07-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15373 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15373] Segfault when using typeid on extern(C++) class with virtual functions

2018-07-30 Thread d-bugmail--- via Digitalmars-d-bugs
++) class with virtual functions https://github.com/dlang/dmd/commit/2de932606a7577aef3fc35a0e1f780b48abb097f Merge pull request #8526 from JinShil/fix_15373 Fix Issue 15373 - Segfault when using typeid on extern(C++) class with virtual functions merged-on-behalf-of: Jacob Carlborg --

[Issue 15373] Segfault when using typeid on extern(C++) class with virtual functions

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15373 Vladimir Panteleev changed: What|Removed |Added Keywords||accepts-invalid, C++ --

[Issue 15373] Segfault when using typeid on extern(C++) class with virtual functions

2017-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15373 --- Comment #1 from anonymous4 --- Also don't generate TypeInfo for C++ classes, it doesn't look useful. --