GCC Bugzilla – Attachment 41813 Details for
Bug 81318
[8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Too simple patch for last issue
pr81318-0.1.patch (text/plain), 508 bytes, created by
Yury Gribov
on 2017-07-23 05:17:16 UTC
(
hide
)
Description:
Too simple patch for last issue
Filename:
MIME Type:
Creator:
Yury Gribov
Created:
2017-07-23 05:17:16 UTC
Size:
508 bytes
patch
obsolete
>--- gcc/gcc/predict.c 2017-07-18 22:21:16.000000000 +0200 >+++ gcc-81318/gcc/predict.c 2017-07-23 06:41:36.000000000 +0200 >@@ -3551,6 +3551,11 @@ estimate_bb_frequencies (bool force) > edge_iterator ei; > >+ FOR_EACH_EDGE (e, ei, bb->succs) >+ if (unlikely_executed_edge_p (e) >+ && !e->probability.initialized_p ()) >+ e->probability = profile_probability::never (); >+ > FOR_EACH_EDGE (e, ei, bb->succs) > { > EDGE_INFO (e)->back_edge_prob > = e->probability.to_reg_br_prob_base ();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81318
: 41813 |
41976