This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/8192: exp10 in mathcalls.h (gcc ver 2.95.3)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]