diff options
author | Jason Merrill <jason@redhat.com> | 2002-04-06 11:57:23 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2002-04-06 11:57:23 -0500 |
commit | b01488847164f74449ebd08cd35f95660b91de8b (patch) | |
tree | 3049ee2265a305dab22a5aec1915e2b69de26cb5 /gcc/c-common.c | |
parent | a29e103468238970130eeccec0bc239490a91300 (diff) | |
download | gcc-b01488847164f74449ebd08cd35f95660b91de8b.zip gcc-b01488847164f74449ebd08cd35f95660b91de8b.tar.gz gcc-b01488847164f74449ebd08cd35f95660b91de8b.tar.bz2 |
toplev.c (flag_no_inline, [...]): Default to 2.
* toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.
(parse_options_and_default_flags): Set them appropriately.
* c-common.c (c_common_post_options): Don't set flag_really_no_inline.
From-SVN: r51959
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 1c9f4a0..e5661c3 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4112,9 +4112,6 @@ 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 |