On Wed, 2015-05-27 at 19:27 +0200, Guillem Jover wrote: > It might or might not be using symbols from libm. Consider that the > compiler (in this case gcc) has a list of builtin functions that it > recognizes and tries to compute its results at compilation time, if > it can and if optimizing and probably other criterion. [...] > Try disassembling the compiled program and you'll see that it's not > used in the main() function.
I did an experiment, and it works as you said. Thank you for explaining that. -- Regards, C.D.Luminate -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

