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 middle-end/34150] ICE: output_operand: invalid expression as operand on hppa



------- Comment #7 from danglin at gcc dot gnu dot org  2008-01-06 23:27 -------
Breakpoint 1, delete_insn (insn=0x4be5a208) at ../../gcc/gcc/cfgrtl.c:111
111       if (LABEL_P (insn))
(gdb) bt
#0  delete_insn (insn=0x4be5a208) at ../../gcc/gcc/cfgrtl.c:111
#1  0x001a8f30 in delete_related_insns (insn=0x4be5a208)
    at ../../gcc/gcc/jump.c:1411
#2  0x001a9ed8 in redirect_jump_2 (jump=0x4bd7aae0, olabel=0x4be5a208,
    nlabel=0x4bf325c8, delete_unused=1, invert=0) at ../../gcc/gcc/jump.c:1702
#3  0x001aa03c in redirect_jump (jump=0x4bd7aae0, nlabel=0x4bf325c8,
    delete_unused=1) at ../../gcc/gcc/jump.c:1659
#4  0x0035b40c in fill_slots_from_thread (insn=0x4bd7aae0,
    condition=0x4000d218, thread=0x4bef85f0,
    opposite_thread=<value optimized out>, likely=1, thread_if_true=1,
    own_thread=0, slots_to_fill=1, pslots_filled=0xfb5e0e08,
    delay_list=0x4bf33180) at ../../gcc/gcc/reorg.c:2900
#5  0x0035c8c0 in fill_simple_delay_slots (non_jumps_p=0)
    at ../../gcc/gcc/reorg.c:2363
#6  0x0035d548 in dbr_schedule (first=0x4bd17840) at ../../gcc/gcc/reorg.c:3611
#7  0x0035e5a0 in rest_of_handle_delay_slots () at ../../gcc/gcc/reorg.c:3784
#8  0x002404b0 in execute_one_pass (pass=0x43b828)
    at ../../gcc/gcc/passes.c:881
#9  0x00240630 in execute_pass_list (pass=0x43b828)
    at ../../gcc/gcc/passes.c:932
#10 0x00240644 in execute_pass_list (pass=0x439e58)
    at ../../gcc/gcc/passes.c:933
#11 0x00240644 in execute_pass_list (pass=0x439e24)
---Type <return> to continue, or q <return> to quit---
    at ../../gcc/gcc/passes.c:933
#12 0x00077834 in tree_rest_of_compilation (fndecl=0x49d9de00)
    at ../../gcc/gcc/tree-optimize.c:462
#13 0x0027abe8 in cgraph_expand_function (node=0x4bc944d0)
    at ../../gcc/gcc/cgraphunit.c:1243
#14 0x0027c5c8 in cgraph_assemble_pending_functions ()
    at ../../gcc/gcc/cgraphunit.c:373
#15 0x0027c0e8 in cgraph_finalize_function (decl=0x49d9de00, nested=0 '\0')
    at ../../gcc/gcc/cgraphunit.c:502
#16 0x0004ad94 in end_java_method () at ../../gcc/gcc/java/decl.c:2002
#17 0x00063af8 in parse_class_file () at ../../gcc/gcc/java/jcf-parse.c:956
#18 0x000663ac in java_parse_file (set_yydebug=<value optimized out>)
    at ../../gcc/gcc/java/jcf-parse.c:1450
#19 0x0021cec8 in toplev_main (argc=<value optimized out>,
    argv=<value optimized out>) at ../../gcc/gcc/toplev.c:1032
#20 0x403b6234 in __libc_start_main () from /lib/libc.so.6
#21 0x0001bfb0 in _start ()
(gdb) p debug_rtx (insn)
(code_label/s 1897 4221 1898 13722 ("*.LJpc=819954") [0 uses])
$4 = void


-- 


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


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