This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/17525] [4.0 regression] ICE in emit_move_insn (non-BLKmode arg)
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Sep 2004 20:38:48 -0000
- Subject: [Bug middle-end/17525] [4.0 regression] ICE in emit_move_insn (non-BLKmode arg)
- References: <20040916192718.17525.snyder@fnal.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rth at gcc dot gnu dot org 2004-09-24 20:38 -------
Problem here is that we've got
basetype
<record_type 0xb71eac3c A addressable type_1 type_2 type_4 type_5 BLK
CLASSTYPE_AS_BASE (basetype)
<record_type 0xb71ed740 SI
Which means that the base class access via "this->D1234" has a different
mode than accessing something of class A via a different method.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17525