diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 3e7f94b4691..3c0b42ae01e 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -3040,8 +3040,7 @@ output_inline_function (fndecl) /* Make sure warnings emitted by the optimizers (e.g. control reaches end of non-void function) is not wildly incorrect. */ - input_filename = DECL_SOURCE_FILE (fndecl); - input_line = DECL_SOURCE_LINE (fndecl); + input_location = DECL_SOURCE_LOCATION (fndecl); /* Compile this function all the way down to assembly code. As a side effect this destroys the saved RTL representation, but |