[Issue 2323] ICE(cgcs.c): taking address of a method of a temporary struct

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 22 22:27:27 PDT 2009


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





--- Comment #2 from Walter Bright <bugzilla at digitalmars.com>  2009-06-22 22:27:23 PDT ---
Sergey is right, and the fix is to create a temp on the stack, copy the struct
in, and take the address of that. One line fix in e2ir.c.

-- 
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