This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [g95] patch for random numbers & arrays ..
- 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
- Date: Sat, 18 Oct 2003 13:22:52 +0100
- Subject: Re: [g95] patch for random numbers & arrays ..
- References: <20031017075712.2899528c.lars.segerlund@comsys.se>
On Friday 17 October 2003 6:57 am, Lars Segerlund wrote:
> This should do it, it's a bit clumsy since I haven't used the macro
> facility in the lib, but it's coming later.
You seem to have undone all my int/long->GFC_INTEGER_4 changes. I'd prefer
it if you could redo the patch with them put back in. I'm fairly sure this
would cause problems on 64 bit machines.
Also, I think your method of generating a real*8 value breaks C aliasing
rules.
Paul