[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 15:00:34 PDT 2016


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

--- Comment #8 from Iain Buclaw <ibuclaw at gdcproject.org> ---
I'd just make the changes on a per-case basis, but I would have thought it it
would just affect RECORD_TYPEs.  Testing each permutation shouldn't be too
difficult.

eg:

float test1() { return float ... }
delegate test2() { return delegate ... }


test1() == test1();
test2() == test2();

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


More information about the D.gnu mailing list