[Bug ipa/59265] [4.9 Regression] Segmentation fault in ipa_note_param_call for -fprofile-use in SPEC CPU2006

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 16 21:32:00 GMT 2013


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

--- Comment #19 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Jan Hubicka from comment #18)
> > Just double-checked. And yes, unfortunately it's 100% reproducible.
> 
> Can not think of much of reason for this.  How much off the index is? Just
> slightly or is it completely random number?

Off by one:
imple_stmt_max_uid (fn) < cedge->lto_stmt_uid)
9 < 10



More information about the Gcc-bugs mailing list