https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93008

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I think we might want to add __attribute__((cold)) to std::vector functions
that are now implicitly inline due to the addition of `constexpr`. We probably
don't want to use noinline as that's too strong.

Reply via email to