https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65028
--- Comment #41 from Martin Jambor <jamborm at gcc dot gnu.org> --- (In reply to H.J. Lu from comment #24) > > IPA-CP missed _ZN18eonImageCalculatorC1Ev which calls > _ZmlRK10ggSpectrumS1_ with 8-byte aligned rPrimary. If I am not mistaken and this call is in between nodes __comp_ctor/50391 -> operator*/46520 (the numbers are symtab symbol order numbers) then the weird thing is that I do not see this edge among jump function listing. Could we please see -fdump-tree-release_ssa dumps of the caller _ZN18eonImageCalculatorC1Ev please?