[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

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/76d4781b8a26ed9655b190a9e18b8c030e24bc74
Fix Issue 15373 - Segfault when using typeid on extern(C++) 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

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|--- |FIXED

--


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

2018-07-29 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||slavo5...@yahoo.com

--- Comment #2 from Mike Franklin  ---
Attempted fix:  https://github.com/dlang/dmd/pull/8526

--


[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.

--


[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++

--