Re: [patch] only emit one DIE for external declarations in the local scope
OK. Jason
[patch] only emit one DIE for external declarations in the local scope
[Jason approved this patch off-line, and I am committing now that tests have successfully run.] This is a bug I found while investigating early dwarf generation, but that is broken mainline as well. For the following code: namespace S { int i=777; int f() { int i = 42; {