[Bug 223] ARM: internal compiler error: in operand_equal_p, at fold-const.c:2934

via D.gnu d.gnu at puremagic.com
Sun May 15 11:55:09 PDT 2016


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

--- Comment #7 from Johannes Pfau <johannespfau at 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.


More information about the D.gnu mailing list