This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/55158] [4.8 Regression] [IA64] ICE: segv in schedule_region


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

--- Comment #8 from Gary Funck <gary at intrepid dot com> 2012-11-09 15:26:46 UTC ---
(In reply to comment #5)
> Completely untested patch for someone else to foster-parent:

> +               }
> +           }
>           f = find_fallthru_edge (last_bb->succs);
>           if (f && f->probability * 100 / REG_BR_PROB_BASE >=
>               PARAM_VALUE (PARAM_SCHED_STATE_EDGE_PROB_CUTOFF))

I could not apply the patch cleanly.  Perhaps it was garbled by line wraps,
etc.  Can you post the patch as an attachment?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]