Re: [PATCH] Implement Fortran 2018's RANDOM_INIT

2018-06-01 Thread Steve Kargl
On Fri, Jun 01, 2018 at 09:50:06AM +0300, Janne Blomqvist wrote: > On Mon, May 28, 2018 at 8:06 PM, Steve Kargl < > s...@troutmask.apl.washington.edu> wrote: > > > The attached patch implements the RANDOM_INIT intrinsic > > subroutine specified in Fortran 2018. I have had this > > patch in my loc

Re: [PATCH] Implement Fortran 2018's RANDOM_INIT

2018-05-31 Thread Janne Blomqvist
On Mon, May 28, 2018 at 8:06 PM, Steve Kargl < s...@troutmask.apl.washington.edu> wrote: > The attached patch implements the RANDOM_INIT intrinsic > subroutine specified in Fortran 2018. I have had this > patch in my local tree for the last 5+ months. Now that > 8.1 is out, it is time to submit

[PATCH] Implement Fortran 2018's RANDOM_INIT

2018-05-28 Thread Steve Kargl
The attached patch implements the RANDOM_INIT intrinsic subroutine specified in Fortran 2018. I have had this patch in my local tree for the last 5+ months. Now that 8.1 is out, it is time to submit it. It has been built and regression tested on x86_64-*-freebsd. OK to commit? Note, I have onl