[Bug fortran/14993] New: [gfortran] RAN (extension) intrinsic not supported
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Apr 17 16:07:00 GMT 2004
Even though the RAN is an extension, it is stopping me to compile some fortran 90 code
which I got from someone.
module Global
implicit none
save
integer :: iseed
end module Global
subroutine update(ntimes)
use Global
implicit none
integer i,ntimes
i = ran(iseed)
return
end
--
Summary: [gfortran] RAN (extension) intrinsic not supported
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14993
More information about the Gcc-bugs
mailing list