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 ada/36957] ACATS ce3801b ICE emit_move_insn, at expr.c:3381 post tuple merge



------- Comment #1 from laurent at guerby dot net  2008-07-28 18:29 -------
(gdb) f 2
#2  0x00000000007886d4 in emit_move_insn (x=0x2aaaab6f9e60, y=0x2aaaab6f9d40)
at ../../trunk/gcc/expr.c:3380
3380      gcc_assert (mode != BLKmode
(gdb) debug_rtx(x)
Undefined command: "debug_rtx".  Try "help".
(gdb) call debug_rtx(x)
(reg:QI 64 [ <result> ])
(gdb) call debug_rtx(y)


-- 


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


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