https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114146
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P5 Last reconfirmed| |2024-02-28 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Severity|normal |minor CC| |kargl at gcc dot gnu.org --- Comment #1 from kargl at gcc dot gnu.org --- gfortran's implementation matches the wording of the Fortran 2023 standard. Case (i): CALL RANDOM_INIT (REPEATABLE=true, IMAGE_DISTINCT=true) is equivalent to invoking RANDOM_SEED with a processor-dependent value for PUT that is different on every invoking image. In each execution of the program with the same execution environment, if the invoking image index value in the initial team is the same, the value for PUT shall be the same. Looks like someone needs to update the gfortran manual.