http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60494

--- Comment #2 from Olaf van der Spek <olafvdspek at gmail dot com> ---
(In reply to Andrew Pinski from comment #1)
> strtol is part of glibc and not part of GCC.  

Ah, thx. OT: What is assert part of?

> You can code your own strtol2
> and not have to be part of a library really.

Of course I can, but I'm not a fan of code duplication and writing a (correct)
floating point number parser isn't trivial.

Reply via email to