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

--- Comment #16 from David Edelsohn <dje at gcc dot gnu.org> ---
3153      gcc_checking_assert (true_predicate_p
(&(*info->entry)[0].predicate));
(gdb) print info
$1 = (inline_summary *) 0x704970f8
(gdb) print info->entry
$2 = (vec *) 0x0
(gdb) print *info
$3 = {estimated_self_stack_size = 0, self_size = 0, self_time = 0, 
  min_size = 0, inlinable = 0, estimated_stack_size = 0, 
  stack_frame_offset = 0, time = 0, size = 0, conds = 0x0, entry = 0x0, 
  loop_iterations = 0x0, loop_stride = 0x0, array_index = 0x0, growth = 0, 
  scc_no = 0}

Reply via email to