-
- Downloads
re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested function)
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. From-SVN: r72795
Showing
- gcc/ChangeLog 15 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 1 addition, 1 deletiongcc/Makefile.in
- gcc/c-decl.c 4 additions, 1 deletiongcc/c-decl.c
- gcc/cgraph.c 10 additions, 0 deletionsgcc/cgraph.c
- gcc/cgraph.h 5 additions, 0 deletionsgcc/cgraph.h
- gcc/cgraphunit.c 1 addition, 0 deletionsgcc/cgraphunit.c
- gcc/dwarf2out.c 12 additions, 10 deletionsgcc/dwarf2out.c
- gcc/toplev.c 1 addition, 1 deletiongcc/toplev.c
Loading
Please register or sign in to comment