On Tue, Oct 22, 2002 at 01:28:56PM -0700, Terry Lambert wrote:
> Stefan Farfeleder wrote:
> [ ... fabsl() ... ]
> > > What standard defines this thing, which g++ has as a built-in?
> > >
> > > Alternately, the use could avoid adding the "-fno-builtin", and
> > > the problem would go away.
> > 
> > ISO C99
> > 
> > 7.12.7.2 The fabs functions
> >     #include <math.h>
> >     long double fabsl(long double x);
> 
> The answer, then, is that FreeBSD is not fully compliant with ISO
> C99, although there is work in progress to add compliance.

AFAIK, FreeBSD contains none of the long double math.h functions.
I also suspect that many of the complex.h functions aren't
implemented, yet.

> 
> I personally don't understand why the avoidance of the built-in.
> 

Can you selectively turn off the memcpy, etc. built-in  functions?

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to