This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/36957] ACATS ce3801b ICE emit_move_insn, at expr.c:3381 post tuple merge
- From: "laurent at guerby dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2008 18:29:28 -0000
- Subject: [Bug ada/36957] ACATS ce3801b ICE emit_move_insn, at expr.c:3381 post tuple merge
- References: <bug-36957-7210@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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