> Why do you need this change? As long as we're setting DW_AT_inline, it > shouldn't matter what its value is.
It's 0 for the nested function without it. > If we are looking at the DIE for something from a function in non-unit > scope, this will return comp_unit_die() where previously it would have > returned the immediate scope of the function, which might be something > like a namespace/module or type. Does it really matter for concrete instances of inline functions? -- Eric Botcazou