https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123881
--- Comment #3 from home at slipbits dot com --- I am using the "old std::string" because I don't know better. Please provide an alternative. As a point. I am so busy testing that I haven't spent time reading. My goal is to get up to date on C++ as soon as I finish debugging. The failure is that not knowing the latest versions of C++ I use 'old' paradigms. For this I apologize. This can be known as the Catch 22 of this approach (Good book. Bad movie.) On 1/29/2026 2:33 PM, pinskia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123881 > > --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > (In reply to Andrew Pinski from comment #1) >> Hmm, why are you using the old std::string ? > That is why you are defining _GLIBCXX_USE_CXX11_ABI to be 0? >
