------- Comment #1 from laurent at guerby dot net 2005-12-15 23:27 ------- A bit more:
(gdb) p x $6 = (struct basic_block_def *) 0x0 (gdb) p xlimit $7 = (struct basic_block_def *) 0x41cffb40 (gdb) p *$7 $8 = {stmt_list = 0x41cfaa68, preds = 0x41d0c060, succs = 0x41d0c078, aux = 0x0, loop_father = 0x91700d8, dom = {0x0, 0x0}, prev_bb = 0x41acfb90, next_bb = 0x41cffb90, il = {rtl = 0x41895360}, phi_nodes = 0x0, predictions = 0x0, count = 0, index = 78, loop_depth = 2, frequency = 2396, flags = 1024} (gdb) p (tree_opt_pass) 0x8838440 No symbol "tree_opt_pass" in current context. (gdb) p (tree_opt_pass *) 0x8838440 No symbol "tree_opt_pass" in current context. (gdb) p (struct tree_opt_pass *) 0x8838440 $9 = (struct tree_opt_pass *) 0x8838440 (gdb) p *$9 $10 = {name = 0x8820855 "sched2", gate = 0x86fd8e0 <gate_handle_sched2>, execute = 0x8701f80 <rest_of_handle_sched2>, sub = 0x0, next = 0x88362c0, static_pass_number = 151, tv_id = 112, properties_required = 264, properties_provided = 264, properties_destroyed = 0, todo_flags_start = 0, todo_flags_finish = 3, letter = 82 'R'} -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25436