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/13634] [3.3 regression] ICE in emit_move_insn_1


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-10 04:16 -------
Here is the back trace (there is a dup of this bug that I am going to close as a dup of this one 
because this one already has a small testcase).

#0  0x4202bb8a in exit () from /lib/i686/libc.so.6
#1  0x080b2fe7 in internal_error (msgid=0xbffeb9d0 "\205?-\b???(\eB\b\r") at ../../gcc/
diagnostic.c:1211
#2  0x080b340f in fancy_abort (file=0x83 <Address 0x83 out of bounds>, line=1108532352, 
function=0x83 <Address 0x83 out of bounds>)
    at ../../gcc/diagnostic.c:1376
#3  0x080deff7 in emit_move_insn_1 (x=0x4008d030, y=0x4008d030) at ../../gcc/expr.c:3486
#4  0x080decc8 in emit_move_insn (x=0x4008d030, y=0x4008d030) at ../../gcc/expr.c:3187
#5  0x08252395 in ix86_split_long_move (operands=0x83f54c0) at ../../gcc/config/i386/i386.c:
10092
#6  0x0814c587 in gen_split_854 (operands=0x83) at insn-emit.c:7462
#7  0x080c92e4 in try_split (pat=0x40085084, trial=0x4007f39c, last=1) at ../../gcc/emit-rtl.c:
3218
#8  0x081e6101 in split_insn (insn=0x4007f39c) at ../../gcc/recog.c:2772
#9  0x081e61b2 in split_all_insns (upd_life=0) at ../../gcc/recog.c:2828
#10 0x08229f1b in rest_of_compilation (decl=0x40077a10) at ../../gcc/toplev.c:3366
#11 0x0805c46b in c_expand_body (fndecl=0x40077a10, nested_p=0, can_defer_p=1) at ../../
gcc/c-decl.c:6612
#12 0x0805c237 in finish_function (nested=0, can_defer_p=131) at ../../gcc/c-decl.c:6444
#13 0x0804ab24 in yyparse () at c-parse.y:403
#14 0x08052b49 in c_common_parse_file (set_yydebug=131) at ../../gcc/c-lex.c:159
#15 0x08228d1a in compile_file () at ../../gcc/toplev.c:2130
#16 0x0822df95 in do_compile () at ../../gcc/toplev.c:5384
#17 0x0822e029 in toplev_main (argc=131, argv=0x0) at ../../gcc/toplev.c:5414
#18 0x0808cb5b in main (argc=131, argv=0x83) at ../../gcc/main.c:35

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target


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


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