https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64504
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I can't reproduce this with GCC 6.1 or later (using -D_GLIBCXX_USE_CXX11_ABI=0
so that the old std::string with its _S_empty_rep_storage is used).
Since the use case seems questionable at best, I think we should close this
unless it's still reproducable.