On 05/19/2012 04:40 AM, Eric Botcazou wrote:
We attach them to the first non-abstract parent function with the loop. That's important for Ada because we rely on the static nesting of functions in the debug info to support up-level references in GDB (i.e. access to variables of parent functions from within nested functions).
Aha. The patch is OK. Jason