https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98412
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2020-12-21 Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Another one: /homes/botcazou/gcc-head/src/gcc/cp/mapper-client.cc: In static member function 'static module_client* module_client::open_module_client(location_t, const char*, void (*)(const char*), const char*)': /homes/botcazou/gcc-head/src/gcc/cp/mapper-client.cc:176:35: error: 'stoul' is not a member of 'std' fd_from = std::stoul (from, &pos, 10); ^ /homes/botcazou/gcc-head/src/gcc/cp/mapper-client.cc:193:33: error: 'stoul' is not a member of 'std' fd_to = std::stoul (to, &pos, 10); ^ gmake[3]: *** [cp/mapper-client.o] Error 1