mirror of git://gcc.gnu.org/git/gcc.git
parent
99c4346a66
commit
49c01f87ba
|
@ -790,9 +790,6 @@
|
||||||
PR lto/55466
|
PR lto/55466
|
||||||
* lto-symtab.c (lto_symtab_merge_decls_1): Don't record the
|
* lto-symtab.c (lto_symtab_merge_decls_1): Don't record the
|
||||||
prevailing variable.
|
prevailing variable.
|
||||||
* lto.c (lto_register_var_decl_in_symtab): Don't record static
|
|
||||||
variables.
|
|
||||||
(lto_main): Record the global variables if WPA isn't enabled.
|
|
||||||
|
|
||||||
2012-12-10 Richard Biener <rguenther@suse.de>
|
2012-12-10 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
2012-12-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR lto/55466
|
||||||
|
* lto.c (lto_register_var_decl_in_symtab): Don't record static
|
||||||
|
variables.
|
||||||
|
(lto_main): Record the global variables if WPA isn't enabled.
|
||||||
|
|
||||||
2012-11-20 Diego Novillo <dnovillo@google.com>
|
2012-11-20 Diego Novillo <dnovillo@google.com>
|
||||||
Jakub Jelinek <jakub@redhat.com>
|
Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue