diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 9f28a37..bcb3619 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -2846,6 +2846,10 @@ output_inline_function (fndecl) if (f->no_debugging_symbols) write_symbols = NO_DEBUG; + /* Do any preparation, such as emitting abstract debug info for the inline + before it gets mangled by optimization. */ + note_outlining_of_inline_function (fndecl); + /* Compile this function all the way down to assembly code. */ rest_of_compilation (fndecl); |