2016-09-27 Richard Biener <rguenther@suse.de>
commitecccbf02cbc678ca8b295757137a6a5b954c5f3c
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2016 14:31:04 +0000 (28 14:31 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2016 14:31:04 +0000 (28 14:31 +0000)
tree0c1f9e39090786c42190641d1ba2aa4faf2199d2
parenta124fe8b3706447db1b0b828c218f486512da980
2016-09-27  Richard Biener  <rguenther@suse.de>

* dwarf2out.c (cu_die_list): New global.
(dwarf2out_finish): Walk cu_die_list instead of limbo DIEs.  Add
main_comp_unit_die to cu_die_list if we created it.
Move break_out_includes ...
(dwarf2out_early_finish): ... here.  Push created CU DIEs onto
the cu_die_list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240579 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c