This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20481] RAN() should not be an intrinsic function
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Mar 2005 15:24:23 -0000
- Subject: [Bug fortran/20481] RAN() should not be an intrinsic function
- References: <20050315125101.20481.lei@il.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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/show_bug.cgi?id=20481