re PR translation/79018 (translatable string typo in params.def:1105)
authorJakub Jelinek <jakub@redhat.com>
Sat, 7 Jan 2017 08:37:06 +0000 (09:37 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 7 Jan 2017 08:37:06 +0000 (09:37 +0100)
PR translation/79018
* params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
the and store.

From-SVN: r244195

gcc/ChangeLog
gcc/params.def

index 4e0f040a65697ceca4606b5dd876f7e103794d25..02a2a9ac95079dfddd35328743288c74911ff726 100644 (file)
@@ -1,3 +1,9 @@
+2017-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR translation/79018
+       * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
+       the and store.
+
 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
 
        PR target/57583
index 64a9dbeebfe727703ed25ca3d4469cb395f750aa..38e91d629ac6f91fbb3bce4130729543069db07e 100644 (file)
@@ -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)