[Bug fortran/20481] RAN() should not be an intrinsic function

2005-03-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-15 16:03 --- Actually it was not g77 intrinsic but rather an hp extension intrinsic which I had filed (PR 14993), adding what Steve recommends fixes the problem. -- What|Removed |A

[Bug fortran/20481] RAN() should not be an intrinsic function

2005-03-15 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-03-15 15:24 --- Add "external ran" to your program. RAN is an intrinsic procedure because it was an intrinsic procedure in g77. Or add "-std=f95" to your command line. -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/20481] RAN() should not be an intrinsic function

2005-03-15 Thread lei at il dot ibm dot com
-- What|Removed |Added CC||leehod at il dot ibm dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20481