[Bug fortran/67039] Documentation of pseudorandom number intrinsics is incorrect
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Sun Aug 30 10:34:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67039
--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > Resolved as WONTFIX?
>
> Probably not. See the last 2 paragraphs in comment #1.
Sorry, but my question was motivated by the reading of these two paragraphs!-(
Thus two more explicit questions:
(1) Shall I submit a patch to replace in the manual all the "Fortran 95 and
later" with "Fortran 90 and later" where appropriate?
(2) Shall I submit a patch to replace
The Fortran 2003 standard specifies the intrinsic RANDOM_SEED to initialize
the pseudo-random numbers generator and RANDOM_NUMBER to generate
pseudo-random numbers.
with
The Fortran 9? standard specifies the intrinsic RANDOM_SEED to initialize
the pseudo-random numbers generator and RANDOM_NUMBER to generate
pseudo-random numbers. These intrinsics should be used in new codes.
?
More information about the Gcc-bugs
mailing list