http://bugzilla.gdcproject.org/show_bug.cgi?id=57

--- Comment #2 from Iain Buclaw <ibuc...@gdcproject.org> 2013-05-28 20:24:17 
UTC ---
Can't post patch here as it's on another computer but it's essentially:

-- AssignExp::toElem
remove sle->fillHoles code.


-- StructLiteralExp::toElem
Put fillHoles code here and create temp var so codegen turns into.

struct tmp;
memset (&tmp, sizeof(struct), 0), tmp = { ctor }, tmp;

-- 
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.

Reply via email to