diff options
Diffstat (limited to 'gcc/fortran/trans-decl.c')
-rw-r--r-- | gcc/fortran/trans-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index cbe36f7..e4c8fa4 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -2353,7 +2353,7 @@ gfc_generate_constructors (void) free_after_parsing (cfun); free_after_compilation (cfun); - tree_rest_of_compilation (fndecl, 0); + tree_rest_of_compilation (fndecl); current_function_decl = NULL_TREE; #endif |