Re: [patch] only emit one DIE for external declarations in the local scope

2014-10-26 Thread Jason Merrill
OK. Jason

[patch] only emit one DIE for external declarations in the local scope

2014-10-24 Thread Aldy Hernandez
[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; {