]> gcc.gnu.org Git - gcc.git/commit
function.c: Define current_function_cannot_inline.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 8 Jun 1998 10:52:37 +0000 (10:52 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 8 Jun 1998 10:52:37 +0000 (06:52 -0400)
commitaeb302bbec86aff44fadaad0c9c9bf5e59cbe3f5
tree2c388127a95218487e93567ec1198ce237ce1ede
parent8b015896c2a46c08cd90f2686a8fb533709e984c
function.c: Define current_function_cannot_inline.

* function.c: Define current_function_cannot_inline.
(push_function_context_to): Save it.
(pop_function_context_from): Restore it.
* function.h (struct function): Provide it a home.
* output.h: Declare it.
* integrate.c (function_cannot_inline_p): Check it.
* decl.c (cp_finish_decl): Disable inlining of extern inlines
with static variables.

From-SVN: r20332
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/function.c
gcc/function.h
gcc/integrate.c
gcc/output.h
This page took 0.067974 seconds and 5 git commands to generate.