This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] random patch ..
- From: Paul Brook <paul at nowt dot org>
- To: Lars Segerlund <lars dot segerlund at comsys dot se>, fortran at gcc dot gnu dot org,gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Oct 2003 21:06:55 +0000
- Subject: Re: [gfortran] random patch ..
- References: <20031029142119.1425d0f9.lars.segerlund@comsys.se>
On Wednesday 29 October 2003 1:21 pm, Lars Segerlund wrote:
> Here is the latest revision, should be gnu formatted, using #defines for
> prefix, and a bit more sanity in the data types.
>
> With this patch arrays and everything should work.
Applied, thanks. I changed the real*8 conversion routine to match the one
used for the scalar case.
Paul
> Changelog:
>
> 2003-10-29 Lars Segerlund <Lars.Segerlund@comsys.se>
>
> * intrinsics/random.c: Added functionality for arrays, some
> error checking and a reference to the original paper containing the
> algorithm used.