c/8192: exp10 in mathcalls.h (gcc ver 2.95.3)
rth@gcc.gnu.org
rth@gcc.gnu.org
Fri Oct 11 16:43:00 GMT 2002
Synopsis: exp10 in mathcalls.h (gcc ver 2.95.3)
State-Changed-From-To: open->feedback
State-Changed-By: rth
State-Changed-When: Fri Oct 11 16:43:01 2002
State-Changed-Why:
Your attachment did not arrive intact.
I suspect that you've not actually got a declaration of
exp10 in scope, which by C rules implies that it returns
an int. At which point everything falls apart.
Use -Wall to get the compiler to tell you if exp10
is being implicitly declared.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8192
More information about the Gcc-bugs
mailing list