http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60494
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- strtol is part of glibc and not part of GCC. You can code your own strtol2 and not have to be part of a library really.