https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950
--- Comment #12 from Andrew Pinski ---
Author: pinskia
Date: Tue Oct 18 15:42:21 2016
New Revision: 241309
URL: https://gcc.gnu.org/viewcvs?rev=241309&root=gcc&view=rev
Log:
2016-10-18 Andrew Pinski
PR tree-opt/65950
* predic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950
--- Comment #9 from Andrew Pinski ---
Basically this code in predict.c:
if ((gimple_call_flags (stmt) & ECF_NORETURN)
&& has_return_edges)
predict_paths_leading_to (bb, PRED_NORETURN,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950
Andrew Pinski changed:
What|Removed |Added
Summary|function becomes unlikely |exit in main is causing the