Commit 26e7820f by Marek Polacek Committed by Marek Polacek

gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length): Add falls through comment.

	* gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
	Add falls through comment.

From-SVN: r240311
parent 377e973c
2016-09-21 Marek Polacek <polacek@redhat.com>
* gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
Add falls through comment.
2016-09-21 Richard Biener <rguenther@suse.de>
* dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
......
......@@ -2260,6 +2260,7 @@ pass_sprintf_length::compute_format_length (const call_info &info,
case '\0':
--pf;
res->bounded = false;
/* FALLTHRU */
case '%':
spec.fmtfunc = format_percent;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment