diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 5ef46b0..7502a07 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6324,7 +6324,7 @@ c_expand_body (tree fndecl) || DECL_INITIAL (fndecl) == error_mark_node) return; - tree_rest_of_compilation (fndecl, false); + tree_rest_of_compilation (fndecl); if (DECL_STATIC_CONSTRUCTOR (fndecl) && targetm.have_ctors_dtors) |