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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--- Comment #11 from John David Anglin <danglin at gcc dot gnu.org> 2010-10-09 
21:05:38 UTC ---
Breakpoint 1, emit_move_sequence (operands=0x7eff152c, mode=SImode, 
    scratch_reg=0x0) at ../../gcc/gcc/config/pa/pa.c:1501
1501      register rtx operand0 = operands[0];
(gdb) p debug_rtx (operands[0])
(reg:SI 142 [ x$l ])
$1 = void
(gdb) p debug_rtx (operands[1])
(mem/c:SI (plus:SI (reg/f:SI 206)
        (const_int 2 [0x2])) [0 MEM[(struct B *)&sB + 2B]+0 S4 A8])
$2 = void
(gdb) bt
#0  emit_move_sequence (operands=0x7eff152c, mode=SImode, scratch_reg=0x0)
    at ../../gcc/gcc/config/pa/pa.c:1501
#1  0x015587d0 in gen_movsi (operand0=0x7afe92e0, operand1=0x7afef050)
    at ../../gcc/gcc/config/pa/pa.md:2048
#2  0x007b7628 in emit_move_insn_1 (x=0x7afe92e0, y=0x7afef050)
    at ../../gcc/gcc/expr.c:3336
#3  0x007b7bb8 in emit_move_insn (x=0x7afe92e0, y=0x7afef050)
    at ../../gcc/gcc/expr.c:3426
#4  0x007be488 in store_expr (exp=0x7afb9d80, target=0x7afe92e0, 
    call_param_p=0, nontemporal=0 '\000') at ../../gcc/gcc/expr.c:4888
#5  0x007bb7d4 in expand_assignment (to=0x7afd2ed0, from=0x7afb9d80, 
    nontemporal=0 '\000') at ../../gcc/gcc/expr.c:4473
#6  0x01722c4c in expand_gimple_stmt_1 (stmt=0x7afd9390)
    at ../../gcc/gcc/cfgexpand.c:1892
#7  0x01723188 in expand_gimple_stmt (stmt=0x7afd9390)
    at ../../gcc/gcc/cfgexpand.c:2001
#8  0x0172a16c in expand_gimple_basic_block (bb=0x7afd1510)
    at ../../gcc/gcc/cfgexpand.c:3453
#9  0x0172c63c in gimple_expand_cfg () at ../../gcc/gcc/cfgexpand.c:3913
#10 0x00ca6da0 in execute_one_pass (pass=0x40021640)
    at ../../gcc/gcc/passes.c:1562
#11 0x00ca7098 in execute_pass_list (pass=0x40021640)
    at ../../gcc/gcc/passes.c:1617
---Type <return> to continue, or q <return> to quit---
#12 0x02548734 in tree_rest_of_compilation (fndecl=0x7afa6980)
    at ../../gcc/gcc/tree-optimize.c:419
#13 0x013ed6b0 in cgraph_expand_function (node=0x7afb5270)
    at ../../gcc/gcc/cgraphunit.c:1498
#14 0x013ed944 in cgraph_expand_all_functions ()
    at ../../gcc/gcc/cgraphunit.c:1557
#15 0x013ee374 in cgraph_optimize () at ../../gcc/gcc/cgraphunit.c:1813
#16 0x013eb62c in cgraph_finalize_compilation_unit ()
    at ../../gcc/gcc/cgraphunit.c:1020
#17 0x000c262c in c_write_global_declarations ()
    at ../../gcc/gcc/c-decl.c:9821
#18 0x00e2c434 in compile_file () at ../../gcc/gcc/toplev.c:946
#19 0x00e30508 in do_compile () at ../../gcc/gcc/toplev.c:2374
#20 0x00e30694 in toplev_main (argc=18, argv=0x7eff05b4)
    at ../../gcc/gcc/toplev.c:2415
#21 0x00373f34 in main (argc=18, argv=0x7eff05b4) at ../../gcc/gcc/main.c:36

Reply via email to