https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110646
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by John David Anglin <dang...@gcc.gnu.org>: https://gcc.gnu.org/g:834d1422c2e056f483542f1aff2cfc211bfcc748 commit r14-3155-g834d1422c2e056f483542f1aff2cfc211bfcc748 Author: John David Anglin <dang...@gcc.gnu.org> Date: Fri Aug 11 15:44:37 2023 +0000 Use strtol instead of std::stoi [PR110646] Implementation of std::stoi was overlooked on hppa-hpux, so use strtol instead. 2023-08-11 John David Anglin <dang...@gcc.gnu.org> gcc/ChangeLog: PR bootstrap/110646 * gensupport.cc(class conlist): Use strtol instead of std::stoi.