diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 51d76c5..f86cb89 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6733,6 +6733,7 @@ finish_function (nested) function. For a nested function, this value is used in pop_c_function_context and then reset via pop_function_context. */ current_function_decl = NULL; + c_function_name_declared_p = 0; } } |