[Bug fortran/33054] RANDOM_SEED is broken with -fdefault-integer-8
tkoenig at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Aug 12 11:05:00 GMT 2007
------- Comment #1 from tkoenig at gcc dot gnu dot org 2007-08-12 11:05 -------
> Thomas, any opinion on that?
The arguments to random_seed are restricted to default
integer, at least up to F 2003, so we should just reject anything else.
We'd then need two versions of random_seed for kind=4 and
kind=8 default integer, like you indicated.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33054
More information about the Gcc-bugs
mailing list