From 0fc08a17f0b750eeca8bae85eca0d944e4da130e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 7 Jan 2017 09:37:06 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ gcc/params.def | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e0f040..02a2a9a 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 64a9dbe..38e91d6 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) -- 2.7.4