https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59479
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org Component|tree-optimization |ipa --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Is there a misunderstanding of what called once means? Does it mean only called from one other function rather than one time? I see std is called three times from __sinit rather than once in that function.