Re: [Bug debug/55328] ICE: in output_addr_table_entry, at dwarf2out.c:21780 with -gsplit-dwarf

2012-11-14 Thread Sterling Augustine
On Wed, Nov 14, 2012 at 3:19 PM, Cary Coutant wrote: >> Enclosed is a simple fix for this ICE--address_table_entries that have >> zero refcounts shouldn't be assigned an index. >> >> OK for trunk? >> >> Sterling >> >> 2012-11-14 Sterling Augustine >> >> * dwarf2out.c (index_address_tabl

Re: [Bug debug/55328] ICE: in output_addr_table_entry, at dwarf2out.c:21780 with -gsplit-dwarf

2012-11-14 Thread Cary Coutant
> Enclosed is a simple fix for this ICE--address_table_entries that have > zero refcounts shouldn't be assigned an index. > > OK for trunk? > > Sterling > > 2012-11-14 Sterling Augustine > > * dwarf2out.c (index_address_table_entry): Check a node's refcount. Add PR debug/55328 to the Ch

re: [Bug debug/55328] ICE: in output_addr_table_entry, at dwarf2out.c:21780 with -gsplit-dwarf

2012-11-14 Thread Sterling Augustine
Thanks for testing this. Enclosed is a simple fix for this ICE--address_table_entries that have zero refcounts shouldn't be assigned an index. OK for trunk? Sterling 2012-11-14 Sterling Augustine * dwarf2out.c (index_address_table_entry): Check a node's refcount. patch.diff Descri