aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2019-12-10 17:59:43 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2019-12-10 17:59:43 +0000
commit940317b75c9cc864425e8c4c1f752b2f4acbb1fc (patch)
tree46c4209f830367b1673c0e0664411bcb382c1e8d /gcc
parent59c7b29e9a5b3a692efae81541985be800cdbf0c (diff)
downloadgcc-940317b75c9cc864425e8c4c1f752b2f4acbb1fc.zip
gcc-940317b75c9cc864425e8c4c1f752b2f4acbb1fc.tar.gz
gcc-940317b75c9cc864425e8c4c1f752b2f4acbb1fc.tar.bz2
cgraph.c (cgraph_node::verify_node): Verify tp_first_run.
* cgraph.c (cgraph_node::verify_node): Verify tp_first_run. * cgraph.h (cgrpah_node): Turn tp_first_run back to int. * cgraphunit.c (tp_first_run_node_cmp): Do not watch for overflows. (expand_all_functions): First expand ordered section and then unordered. * profile.c (compute_value_histograms): Error on out of range tp_first_runs. From-SVN: r279179
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 76da731..570f65f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,15 @@
2019-12-10 Jan Hubicka <hubicka@ucw.cz>
+ * cgraph.c (cgraph_node::verify_node): Verify tp_first_run.
+ * cgraph.h (cgrpah_node): Turn tp_first_run back to int.
+ * cgraphunit.c (tp_first_run_node_cmp): Do not watch for overflows.
+ (expand_all_functions): First expand ordered section and then
+ unordered.
+ * profile.c (compute_value_histograms): Error on out of range
+ tp_first_runs.
+
+2019-12-10 Jan Hubicka <hubicka@ucw.cz>
+
* predict.c (compute_function_frequency): Check for presence of IPA
profile.