http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48465
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> 2011-04-06 08:28:15 UTC --- --param=hot-bb-frequency-fraction=1 will effectively disable inlining within BBs that are not always executed when function is invoked. So the question is if the function in question is static within unit and should then be output as offline copy or there is just a bug in libstdc++ exported symbols.