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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fc08a17f0b750eeca8bae85eca0d944e4da130e;p=gcc.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 4e0f040a656..02a2a9ac950 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 64a9dbeebfe..38e91d629ac 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)