Re: [PATCH, fortran] PR 77261 gfortran.dg/random_3.f90 failure

2016-08-29 Thread Paul Richard Thomas
Dear Janne, That's fine for trunk. Thanks for the patch. Paul On 29 August 2016 at 09:05, Janne Blomqvist wrote: > PING? > > FWIW, Rainer Orth confirmed that the fixed testcase now passes on > Solaris/SPARC. > > On Tue, Aug 23, 2016 at 4:40 PM, Janne Blomqvist > wrote: >> Hi, >> >> the attac

Re: [PATCH, fortran] PR 77261 gfortran.dg/random_3.f90 failure

2016-08-29 Thread Janne Blomqvist
PING? FWIW, Rainer Orth confirmed that the fixed testcase now passes on Solaris/SPARC. On Tue, Aug 23, 2016 at 4:40 PM, Janne Blomqvist wrote: > Hi, > > the attached patch fixes PR 77261. The problem is that with the new > PRNG, the random sequence for real(16) and lesser kinds is not the > same

[PATCH, fortran] PR 77261 gfortran.dg/random_3.f90 failure

2016-08-23 Thread Janne Blomqvist
Hi, the attached patch fixes PR 77261. The problem is that with the new PRNG, the random sequence for real(16) and lesser kinds is not the same. And then on targets that have real(16) but not real(10) the testcase fails. Fixed by essentially running the tests only when real(10) is available. Regt