https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28277
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=87228 --- Comment #18 from Jonathan Wakely <redi at gcc dot gnu.org> --- For PR 87228 I've proposed a patch that makes num_put::_M_insert_int and num_put::_M_insert_float switch from alloca to the heap for sizes larger than one kilobyte: https://gcc.gnu.org/ml/gcc-patches/2018-09/msg00317.html