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 bfaf451..7806819 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6806,7 +6806,7 @@ c_expand_body (fndecl, nested_p) /* Initialize the RTL code for the function. */ current_function_decl = fndecl; - init_function_start (fndecl, input_filename, lineno); + init_function_start (fndecl, input_filename, DECL_SOURCE_LINE (fndecl)); /* This function is being processed in whole-function mode. */ cfun->x_whole_function_mode_p = 1; |