http://d.puremagic.com/issues/show_bug.cgi?id=5974
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2011-12-20 23:28:04 PST --- More direct test case: void main() { void f() { } void* t1 = (&f).ptr; void* t2 = (&f).ptr; assert(t1 == t2); } The fac that (&f).funcptr fails to compile is a separate though closely related bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
