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