[Bug 236] Empty structs not copied correctly

2016-10-01 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=236 --- Comment #3 from Iain Buclaw --- 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 th

[Bug 231] Some template mixins symbols get defined in output object files, although they shouldn't

2016-10-01 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=231 Johannes Pfau changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 236] Empty structs not copied correctly

2016-10-01 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=236 Johannes Pfau changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---