[Bug c/110210] problem with strtol strtoll strtoul strtoull

2023-06-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110210 --- Comment #2 from Andrew Pinski --- Gcc does not provide these functions. They are provided by the libc that gcc links to. In the case of Linux, it is most likely glibc but it could be musl or uclibc . If you are using a -elf target, then lib

[Bug c/110210] problem with strtol strtoll strtoul strtoull

2023-06-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110210 Andrew Pinski changed: What|Removed |Added Resolution|--- |MOVED Status|UNCONFIRMED