PR debug/12389
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Oct 2003 11:58:10 +0000 (11:58 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Oct 2003 11:58:10 +0000 (11:58 +0000)
commit5bd742318306e25c73c344689f1668c0cae093e6
tree9d18905bfe933c3bc24bcf7b89cb85d08790b337
parent418d5594b6fe4a8989f87b2819b1c7a0a3f15da8
PR debug/12389
* Makefile.in (dwarf2out.o): Depend on cgraph.h.
* cgraph.c (cgraph_function_possibly_inlined_p): New function.
* cgraph.h (cgraph_function_possibly_inlined_p): Declare.
(cgraph_global_info): Add flag inlined
* dwarf2out.c (gen_subprogram_die, gen_decl_die): Use
cgraph_function_possibly_inded_p
* cgraphunit.c (mark_inline): Set inlined flag.
* toplev.c (rest_of_decl_compilation): Call outlining_inline_function
only for possibly inlined functions.
* c-decl.c (duplicate_decls): Never output abstract DIE representing old
body of function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72795 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/c-decl.c
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphunit.c
gcc/dwarf2out.c
gcc/toplev.c