[Bug 236] Empty structs not copied correctly

via D.gnu d.gnu at puremagic.com
Sat Oct 1 06:33:16 PDT 2016


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

--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Strictly speaking, field-less structs aren't copied around in our codegen for
GCC anyway (there's nothing to copy).  Empty variables aren't passed, a new
empty constructor is generated instead.

This is what the backend expects to see also.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the D.gnu mailing list