aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/com.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r--gcc/f/com.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c
index 6750fc3..aec7ce3 100644
--- a/gcc/f/com.c
+++ b/gcc/f/com.c
@@ -13884,11 +13884,9 @@ store_parm_decls (int is_main_program UNUSED)
DECL_ARGUMENTS (fndecl) = storedecls (nreverse (getdecls ()));
/* Initialize the RTL code for the function. */
-
- init_function_start (fndecl, input_filename, input_line);
+ init_function_start (fndecl);
/* Set up parameters and prepare for return, for the function. */
-
expand_function_start (fndecl, 0);
}