PR translation/79998 - typo in diagnostic "specified bound %wu"
authorMartin Sebor <msebor@redhat.com>
Mon, 14 Aug 2017 16:47:40 +0000 (16:47 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Mon, 14 Aug 2017 16:47:40 +0000 (10:47 -0600)
gcc/ChangeLog:
* gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
Remove a stray space.

From-SVN: r251096

gcc/ChangeLog
gcc/gimple-ssa-sprintf.c

index 4c147b06d11dc88bf36f4a53b62512e2905bbaab..feae522a570e8ec3907cbf4682538ca3fe981e68 100644 (file)
@@ -1,3 +1,9 @@
+2017-08-14  Martin Sebor  <msebor@redhat.com>
+
+       PR translation/79998
+       * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
+       Remove a stray space.
+
 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/46091
index 644cf7e33b1f92f1730c5fd49f32ff603565464b..519e996608063a9cd88d4a6b84e7587ced5c65ba 100644 (file)
@@ -3868,7 +3868,7 @@ pass_sprintf_length::handle_gimple_call (gimple_stmt_iterator *gsi)
            }
          else if (dstsize > target_int_max ())
            warning_at (gimple_location (info.callstmt), info.warnopt (),
-                       "specified bound %wu exceeds %<INT_MAX %>",
+                       "specified bound %wu exceeds %<INT_MAX%>",
                        dstsize);
        }
       else if (TREE_CODE (size) == SSA_NAME)