On 02/06/2015 11:42 AM, Aldy Hernandez wrote:
I was actually thinking of using dwarf2out_early_finish() to mop things up as we generate early (or stream out) other auxiliary tables (pubname_table, pubtype_table, file_table, etc). More details on that later. If so, can I leave it as is?
OK.
+ /* No one should depend on this, as it is a temporary debugging aid + to indicate the DECL for which this DIE was created for. */ + tree tmp_created_for;
Maybe add a FIXME comment to remove/#if this out at merge time? I don't want to add an unnecessary pointer to every DIE in the released compiler.
OK with that change. Jason