[Issue 7745] Regression (1.x git-415e48a) Methods defined in external object files when a pointer to it is taken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 21 12:27:39 PDT 2012


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #1 from Don <clugdbug at yahoo.com.au> 2012-03-21 12:27:57 PDT ---
I haven't been able to reproduce this. If I change it from:
-auto x = &c.asdfg;
+auto x = &C.asdfg;

then I get a U symbol for _D3inc1C5asdfgMFZv, otherwise I can't get it to
appear at all. I guess it is changed into an index into the vtable.
Further investigation required.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list