http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53396
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2012-05-18 AssignedTo|unassigned at gcc dot |hubicka at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-18 11:48:00 UTC --- This bug should be solved by the following patch: * cgraphunit.c (varpool_finalize_decl): Allow external decls. (mark_functions_to_output): Fix sanity check. * ipa.c (function_and_variable_visibility): Remove TREE_STATIC check. Can you, please, confirm that the bootstrap is working now? Honza