Hi, On Thu, Aug 06, 2020 at 06:48:36PM +0000, Jonathan Wakely via Gcc-patches wrote: > > I've now pushed that combined patch to master.
In libstdc++-v3/include/bits/basic_string.tcc around line 1190, there's a missing "#if __cpp_exceptions" test for the try/catch block that was added by this patch. That prevents libstdc++ building with -fno-exceptions. Thanks, Jozef