This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/67039] Documentation of pseudorandom number intrinsics is incorrect


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.

?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]