I built gfortran 4.4 on a Sparc workstation running Debian Linux 5.0. I
attempted to compile the following program:
PROGRAM test
INTEGER, DIMENSION(8) :: count
CALL RANDOM_SEED(PUT=count)
END PROGRAM test
I got the message:
CALL RANDOM_SEED(PUT=count)
1
Error: Size of 'put' argument of 'random_seed' intrinsic at (1) too small
(8/12)
The error does not occur when gfortran built on Sparc (or any other
architecture) running Debian Linux 4.0.
--
Summary: Size of 'put' argument of 'random_seed' intrinsic at (1)
too small in Debian 5.0 Sparc
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: michael dot a dot richmond at nasa dot gov
GCC build triplet: sparc-unknown-linux-gnu
GCC host triplet: sparc-unknown-linux-gnu
GCC target triplet: sparc-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39266