[Patch, fortran] PR37159
Dennis Wassel
dennis.wassel@googlemail.com
Sun Aug 24 18:51:00 GMT 2008
2008/8/24 Dominique Dhumieres <dominiq@lps.ens.fr>:
>> ! Provide a separate testcase for systems that support REAL(16),
>
> May be you could have a look at gcc/testsuite/gfortran.dg/random_3.f90.
>
> Dominique
Dominique,
thanks for the pointer. I did (kind of), but I can think of no way to
tell systems with real(10) vs real(16) apart at compile time; the
first also needs 8 seeds, the latter needs 12, but since
fortran_large_real is defined in both cases, it does not provide the
kind of information one needs.
If I created a testsuite PR, would anyone bother to "fix" that - say,
provide a fortran_really_large_real :-) macro for testing?
Dennis
More information about the Fortran
mailing list