This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33054] RANDOM_SEED is broken with -fdefault-integer-8
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Aug 2007 11:05:44 -0000
- Subject: [Bug fortran/33054] RANDOM_SEED is broken with -fdefault-integer-8
- References: <bug-33054-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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