Hi. One obvious fix seen be Bernhard.
Martin gcc/ChangeLog: 2019-05-10 Martin Liska <mli...@suse.cz> * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD): Fix plural form. --- gcc/params.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/params.def b/gcc/params.def index 23b8743786c..6b7f7eb5bae 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -1436,7 +1436,7 @@ DEFPARAM(PARAM_LOOP_VERSIONING_MAX_OUTER_INSNS, DEFPARAM(PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD, "gimple-fe-computed-hot-bb-threshold", "The number of executions of a basic block which is considered hot." - " The parameters is used only in GIMPLE FE.", + " The parameter is used only in GIMPLE FE.", 0, 0, 0) /*