http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49500
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot |hubicka at gcc dot gnu.org |gnu.org | --- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-06-23 17:11:45 UTC --- This is most certainly mine, caused by varpool alias reorg removing some seemingly nonsential tests in the finalization process. This problem has appeared once before because emultls is introducing variables without making any visible references to them and then it introduces the references at expansion time. I will try to reproduce this in a crosscopmiler and try to think of some more robust way of fixing this issue.