http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572
Christopher Hite changed:
What|Removed |Added
CC||Christopher.Hite at partner
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572
Richard Guenther changed:
What|Removed |Added
CC||paul.scruby at ghco dot
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
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
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
> ==
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
===
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53572
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
14 matches
Mail list logo