http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58125
--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Seems like we're trying to access &(*inline_summary_vec)[node->uid]; where the node->uid is 8, but inline_summary_vec's length is 8.