diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 6c0990c..842c2d8 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -6190,7 +6190,7 @@ cp_finish_decl (tree decl, tree init, bool init_const_expr_p, /* Normally local_decls is populated during GIMPLE lowering, but [cd]tors are never actually compiled directly. We need to put statics on the list so we can deal with the label - address extension. */ + address extension. FIXME. */ add_local_decl (cfun, decl); } |