This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] more g77 runtime library functions for gfortran
On Sat, Aug 28, 2004 at 11:00:11PM +0100, Paul Brook wrote:
> On Saturday 28 August 2004 22:46, Steve Kargl wrote:
> > The attached files update this patch set to include the additions
> > of erf, derf, erfc, derfc, getpid, getgid, and getuid. Bootstrap
> > and regression tested. No new failures are caused by this patch.
> > Here's updated ChangeLogs.
>
> Argh, I should have realised this earlier, but gcc has builtins for
> the Bessel and error functions.
>
> We should really be using those. Sorry.
>
I don't know how to tell gfortran to use builtins. I do
know the code I submitted works.
--
Steve