This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/17525] [4.0 regression] ICE in emit_move_insn (non-BLKmode arg)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]