https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81465
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> --- OK, so now the tests passes when inline clone is either in no comdat group list (even if function inlined to is in one) or if the comdat groups are the same. Does it fail when we test that comdats groups are always the same? It seems iffy to allow silently both. I guess both variants are fine, but lets pick one of them. Perhaps we want only to remove node from comdat group list while inlining it. Honza