gcc/ChangeLog:
* gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
Remove a stray space.
From-SVN: r251096
+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
}
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)