[Issue 1844] Problems using dynamic cast on x86-64 platform

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 27 11:59:38 PST 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1844





------- Comment #4 from svanleent at gmail.com  2008-02-27 13:59 -------
When looking at toobj.c from the DMD2 release, I notice that the order is
different: 

dti32(&dt, 4 | isCOMinterface(), true);

instead of (DMD1):

dti32(&dt, 4 | com, isCOMinterface());

perhaps this is the real error


-- 



More information about the D.gnu mailing list