[Issue 2013] interface to interface dynamic cast is incorrect in some cases

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 19 00:24:49 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=2013

--- Comment #6 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c
Issue 2013 - interface to interface dynamic cast is incorrect in some cases

This is a preparation fix. Until the ClassInfo.interfaces[] generation fixed,
the changed code keeps existing behavior. After the compiler fix, it will
return correct offset value.

https://github.com/D-Programming-Language/druntime/commit/4f19d340d3868bc2478aa6817969400868724a92
Merge pull request #1327 from 9rnsr/fix2013

Issue 2013 - interface to interface dynamic cast is incorrect in some cases

--


More information about the Digitalmars-d-bugs mailing list