Hi, On Monday, July 13, 2020 4:21 PM, Ludovic Courtès <l...@gnu.org> wrote: > Unfortunately I haven’t dug further. Help welcome! > > Thanks, > Ludo’.
I'd like to help but I don't know where to start (yet). I've found the same issue in older gcc-toolchains. 9.3.0 and 8.4.0 also fail. Many functions are affected, strtol, stoi... all have the same issue. Looks _GLIBCXX_USE_C99_STDLIB is not set as you said so it fails to make any of these conversions from std::string. Do you know any gcc version where this works? Thanks