From: Jakub Jelinek Date: Sat, 7 Jan 2017 08:37:06 +0000 (+0100) Subject: re PR translation/79018 (translatable string typo in params.def:1105) X-Git-Tag: basepoints/gcc-8~1930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc08a17f0b750eeca8bae85eca0d944e4da130e;p=thirdparty%2Fgcc.git re PR translation/79018 (translatable string typo in params.def:1105) PR translation/79018 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between the and store. From-SVN: r244195 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e0f040a6569..02a2a9ac9507 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-01-07 Jakub Jelinek + + PR translation/79018 + * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between + the and store. + 2017-01-06 Mikael Pettersson PR target/57583 diff --git a/gcc/params.def b/gcc/params.def index 64a9dbeebfe7..38e91d629ac6 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -1102,7 +1102,7 @@ DEFPARAM (PARAM_STORE_MERGING_ALLOW_UNALIGNED, DEFPARAM (PARAM_MAX_STORES_TO_MERGE, "max-stores-to-merge", - "Maximum number of constant stores to merge in the" + "Maximum number of constant stores to merge in the " "store merging pass", 64, 2, 0)