From: Jan Hubicka Date: Tue, 10 Dec 2019 17:59:43 +0000 (+0000) Subject: cgraph.c (cgraph_node::verify_node): Verify tp_first_run. X-Git-Tag: misc/cutover-git~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940317b75c9cc864425e8c4c1f752b2f4acbb1fc;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76da7318741a..570f65fa8188 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2019-12-10 Jan Hubicka + + * 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 * predict.c (compute_function_frequency): Check for presence of IPA