toplev.c (compile_file): Remove loop calling late_global_decl on all symbols.
authorRichard Biener <rguenther@suse.de>
Thu, 20 Aug 2015 11:02:30 +0000 (11:02 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 20 Aug 2015 11:02:30 +0000 (11:02 +0000)
commit5fc6ae7dab2809a4607de11b2c4e48752176a562
treef4f61a7ea0d5c84224e4d7e443ad848969206e08
parentf3f61ed2ab717b08a52dbb98c20d920dbf3b48b5
toplev.c (compile_file): Remove loop calling late_global_decl on all symbols.

2015-08-20  Richard Biener  <rguenther@suse.de>

* toplev.c (compile_file): Remove loop calling late_global_decl
on all symbols.
* varpool.c (varpool_node::assemble_decl): Call late_global_decl
on decls we assembled.

From-SVN: r227031
gcc/ChangeLog
gcc/toplev.c
gcc/varpool.c