[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 --- Comment #12 from Richard Guenther 2012-09-07 13:05:22 UTC --- Author: rguenth Date: Fri Sep 7 13:05:18 2012 New Revision: 191073 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191073 Log: 2012-09-07 Richard Guenther Backport

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-09-04 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment #11 from M

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-07-23 Thread Christopher.Hite at partner dot commerzbank.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Christopher Hite changed: What|Removed |Added CC||Christopher.Hite at partner

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-26 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 --- Comment #9 from Jan Hubicka 2012-06-26 10:15:22 UTC --- Author: hubicka Date: Tue Jun 26 10:15:18 2012 New Revision: 188982 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188982 Log: PR lto/53572 * cgraph.h (varpool_can_remov

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 --- Comment #8 from Jan Hubicka 2012-06-25 15:07:18 UTC --- OK, I will commit the fix as it is to mainline today and see if there are any significant negative effects with V1 API on Mozilla. If so, I will try to update lto-plugin to handle the v1

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Richard Guenther changed: What|Removed |Added CC||paul.scruby at ghco dot

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-05 Thread tetra2005 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 --- Comment #6 from Yuri Gribov 2012-06-05 10:53:56 UTC --- Jan's suggestion indeed fixed the bug, thanks! Regarding Richard's suggestion: should we ask binutils guys to detect situation when LTO plugin fails to deliver symbols which it promised

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-04 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 --- Comment #5 from Jan Hubicka 2012-06-04 19:52:51 UTC --- > > !node->symbol.used_from_other_partition > > - && (DECL_COMDAT (node->symbol.decl) > > + && ((DECL_COMDAT (node->symbol.decl) > > + && symtab_used_from_ob

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 --- Comment #4 from Richard Guenther 2012-06-04 14:38:06 UTC --- (In reply to comment #3) > I do not have linker plugin enabled setup handy at the moment, but the > following patch should fix it: > Index: cgraph.h > ==

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-04 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 --- Comment #3 from Jan Hubicka 2012-06-04 14:19:02 UTC --- I do not have linker plugin enabled setup handy at the moment, but the following patch should fix it: Index: cgraph.h ===

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-04 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug lto/53572] Some public symbols don't get to serialized LTO

2012-06-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|