[Issue 1747] class to base interface static cast is incorrect in some cases

2017-07-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1747 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/5cefffdfd8dca40403674e9c12b990a17e40aaa9 fix Issue 1747 - class to base interface static cast is

[Issue 1747] class to base interface static cast is incorrect in some cases

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

[Issue 1747] class to base interface static cast is incorrect in some cases

2015-07-19 Thread via Digitalmars-d-bugs
base interface static cast is incorrect in some cases A class to base interface conversion is always static cast (offset is idetermined at compile time). Also refactor e2ir.c code and add comment to describe what happens there. https://github.com/D-Programming-Language/dmd/commit

[Issue 1747] class to base interface static cast is incorrect in some cases

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1747 Kenji Hara changed: What|Removed |Added CC||default_357-l...@yahoo.de --- Comment #8 from Ke

[Issue 1747] class to base interface static cast is incorrect in some cases

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1747 Kenji Hara changed: What|Removed |Added Keywords||pull, wrong-code --- Comment #7 from Kenji Hara

[Issue 1747] class to base interface static cast is incorrect in some cases

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1747 Kenji Hara changed: What|Removed |Added See Also||https://issues.dlang.org/sh |