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 target/19162] [4.0 regression] ICE while building libobjc's sendmsg.c


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-26 22:19 -------
Here is the reduced testcase:
int *f(void)
{
  return __builtin_apply (0,0,0);
}

We are just going into an infinite loop:
#254 0x002d6c04 in operand_subword_force (op=0x4167a020, offset=0, mode=XFmode) at ../../gcc/
emit-rtl.c:1352
#255 0x00313680 in emit_move_multi_word (mode=XFmode, x=0x887c20, y=0x4167a020) at ../../
gcc/expr.c:2985
#256 0x003139a0 in emit_move_insn_1 (x=0x887c20, y=0x4167a020) at ../../gcc/expr.c:3045
#257 0x00313f94 in emit_move_insn (x=0x887c20, y=0x4167a020) at ../../gcc/expr.c:3103


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19162


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