http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53042
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-04-20 15:27:53 UTC --- Hopefully fixed by my patch. After some more reading of the code, I do not think verifier update is needed. Verifier checks that only DECL_ONE_ONLY decls are in the comdat group lists and only targets supporting them will set the DECL_ONE_ONLY flag. So we are also effectively checking that targets not supporting them has empty comdat group lists. Honza