Optimization problem

Anders Ådland adland@stud.ntnu.no
Tue May 20 12:40:00 GMT 2003


My call to the library function atoi() is converted to a
__strtol_internal function call when compiling with -O1 or higher. This
is a GNU C library call, which I don't have. How can I tell GCC to use
the original call, but still optimize the rest of the code? I have tried
-fno-bultin but it didn't help.

Anders





More information about the Gcc-help mailing list