* opts.c (common_handle_option): Fix formatting and add FALLTHRU
comment.
From-SVN: r197743
+2013-04-11 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
+
+ * opts.c (common_handle_option): Fix formatting and add FALLTHRU
+ comment.
+
2013-04-11 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-simd.md (aarch64_vcond_internal): Fix
break;
case OPT_gdwarf:
- if (arg && strlen(arg) != 0)
+ if (arg && strlen (arg) != 0)
{
error_at (loc, "%<-gdwarf%s%> is ambiguous; "
"use %<-gdwarf-%s%> for DWARF version "
break;
}
else
- {
- value = opts->x_dwarf_version;
- }
+ value = opts->x_dwarf_version;
+
+ /* FALLTHRU */
case OPT_gdwarf_:
if (value < 2 || value > 4)
error_at (loc, "dwarf version %d is not supported", value);