diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index b765aef..60177f1 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -8503,7 +8503,7 @@ loc_descriptor_from_tree (tree loc, int addressp) indirect_p = 1; break; } - /* FALLTHRU */ + /* Fall through. */ case PARM_DECL: { |