https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81465
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> --- The testcase no longer reproduces and we test that there is no inline clone in same comdat group: 212982 marxin if (global.inlined_to && same_comdat_group) 186998 hubicka { 186998 hubicka error ("inline clone in same comdat group list"); 186998 hubicka error_found = true; 186998 hubicka } This address comment #3. Comment #2 was fixed by not estimating growth in this case.