diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 346ad1c..e6b1f92 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -10695,7 +10695,7 @@ cp_parser_init_declarator (cp_parser* parser, /* Leave the SCOPE, now that we have processed the initializer. It is important to do this before calling cp_finish_decl because it - makes decisions about whether to create DECL_STMTs or not based + makes decisions about whether to create DECL_EXPRs or not based on the current scope. */ if (pop_p) pop_scope (scope); |