http://bugzilla.gdcproject.org/show_bug.cgi?id=223
--- Comment #7 from Johannes Pfau <johannesp...@gmail.com> --- Adding maybe_make_temp calls to https://github.com/D-Programming-GDC/GDC/blob/master/gcc/d/expr.cc#L266 solves this issue. But I'm wondering: I guess we have to add maybe_make_temp for everything which could end up in a call to memcpy? So: https://github.com/D-Programming-GDC/GDC/blob/master/gcc/d/expr.cc#L279 Probably not necessary? https://github.com/D-Programming-GDC/GDC/blob/master/gcc/d/expr.cc#L292 https://github.com/D-Programming-GDC/GDC/blob/master/gcc/d/expr.cc#L127 https://github.com/D-Programming-GDC/GDC/blob/master/gcc/d/expr.cc#L139 https://github.com/D-Programming-GDC/GDC/blob/master/gcc/d/expr.cc#L150 -- You are receiving this mail because: You are watching all bug changes.