diff options
author | Marek Polacek <polacek@redhat.com> | 2016-09-21 11:08:11 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2016-09-21 11:08:11 +0000 |
commit | 26e7820fcc2ed5a4792b2b12ef94b7ee5341f703 (patch) | |
tree | 279f1f59262ecbf9d86614dd8913169600618fd0 /gcc/gimple-ssa-sprintf.c | |
parent | 377e973c625ed19677597537fa00021038de1012 (diff) | |
download | gcc-26e7820fcc2ed5a4792b2b12ef94b7ee5341f703.zip gcc-26e7820fcc2ed5a4792b2b12ef94b7ee5341f703.tar.gz gcc-26e7820fcc2ed5a4792b2b12ef94b7ee5341f703.tar.bz2 |
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
Diffstat (limited to 'gcc/gimple-ssa-sprintf.c')
-rw-r--r-- | gcc/gimple-ssa-sprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-ssa-sprintf.c b/gcc/gimple-ssa-sprintf.c index 0afcf68..dddb026 100644 --- a/gcc/gimple-ssa-sprintf.c +++ b/gcc/gimple-ssa-sprintf.c @@ -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; |