[BUG][GCC] *Serious* optimization bug: Any gcc specialists out there?

Michael Lucas-Smith ich at driftwood.darktech.org
Sat Aug 5 04:36:14 UTC 2000


Just another interesting thing I discovered by accident.

When doing it with -O optimisation on.. I didn't actually need to link
in -lm the math libraries. In essence, it -never- called the sin()
function. Does this also mean it never needed to link it in? so the
optimisation error was caused before linking in that case.

Michael.





More information about the Squeak-dev mailing list