Re: [patch] Fix handling of inlining and nested functions in dwarf2out.c
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
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 instan