https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97937
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org Target Milestone|--- |11.0 Keywords| |wrong-debug Summary|Line numbers are missing |[11 Regression] Line |from duplicated function |numbers are missing from | |duplicated function --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- It doesn't look like a thunk anyway - we seem to inline the function back?! Guess this is a case where we shouldn't ICF because it only degrades things (as seen).