------- Comment #5 from jamborm at gcc dot gnu dot org 2010-04-20 14:49 ------- The problem here is that we have a call graph node with !DECL_COMDAT (node->decl) in a same_comdat_group linked list. Thus it is kept alive but looked at as if it should have been dead long time ago.
It seems that something makes only some nodes in a COMDAT group local and that is invalid. I'll try to figure out what it is. -- jamborm at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jamborm at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2010-04-20 08:48:51 |2010-04-20 14:49:17 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43812