]> git.ipfire.org Git - thirdparty/gcc.git/commit
2015-09-17 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Sep 2015 09:47:43 +0000 (09:47 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Sep 2015 09:47:43 +0000 (09:47 +0000)
commit6f86992324477d3ef11f116d96d8e7eacf854187
tree6e2ef835fcb80c96a6f0fdaa4402ece9839684f0
parent32c2c7e7511f862990dc12a733df1f85ba738e1e
2015-09-17  Richard Biener  <rguenther@suse.de>

* passes.c (rest_of_decl_compilation): Always call early_global_decl
debug hook when we created a varpool node.
* dwarf2out.c (dwarf2out_late_global_decl): When in LTO call
dwarf2out_early_global_decl, when not just add location or
value attributes to existing DIEs.

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