diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index cae7ca8..228f41b 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4100,6 +4100,9 @@ c_common_post_options () { cpp_post_options (parse_in); + /* Save no-inline information we may clobber below. */ + flag_really_no_inline = flag_no_inline; + flag_inline_trees = 1; /* Use tree inlining if possible. Function instrumentation is only |