Use strtol instead of std::stoi [PR110646]
commit834d1422c2e056f483542f1aff2cfc211bfcc748
authorJohn David Anglin <danglin@gcc.gnu.org>
Fri, 11 Aug 2023 15:44:37 +0000 (11 15:44 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 11 Aug 2023 15:44:37 +0000 (11 15:44 +0000)
tree370197bd18f6589e6ef58449a75513182bc23dbf
parentc46bded78f3733ad1312d141ebf1ae541032a48b
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  <danglin@gcc.gnu.org>

gcc/ChangeLog:

PR bootstrap/110646
* gensupport.cc(class conlist): Use strtol instead of std::stoi.
gcc/gensupport.cc