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/33054] RANDOM_SEED is broken with -fdefault-integer-8



------- 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


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