Re: [patch] Fix handling of inlining and nested functions in dwarf2out.c

2014-11-26 Thread Jason Merrill
I ran a quick test to see if the output after this patch matches the examples in D.7, and it does. So the patch is OK. Jason

[patch] Fix handling of inlining and nested functions in dwarf2out.c

2014-11-07 Thread Eric Botcazou
Hi, the mix of inlining and nested functions is an interesting challenge on the debug info side because it generates cycles in the debug info: if a child calls its parent and the parent is inlined but not the child, you have the (non-abstract) instance of the child nested in the abstract