This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Builtins that don't work
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: Builtins that don't work
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 19 Jul 2001 15:36:49 -0700
- Cc: libstdc++ at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- References: <817770000.995570919@warlock.codesourcery.com>
On Thu, Jul 19, 2001 at 12:28:39PM -0700, Mark Mitchell wrote:
> But, should we actually try to fix the underlying problem? Either by
> not recognizing the builtin on platforms that don't have the underlying
> function,
How are we going to do that? We don't necessarily even
have libc built yet.
> or by making the builtin perform the cast and calling `sqrt'?
That would be wrong, I think.
r~