Xref: utzoo comp.unix.ultrix:2477 comp.sys.dec:2423 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!mikem+ From: mikem+@andrew.cmu.edu (Michael Meyer) Newsgroups: comp.unix.ultrix,comp.sys.dec Subject: Re: Risc F77 compiler problems Message-ID: Date: 5 Jan 90 15:18:01 GMT References: <9497@batcomputer.tn.cornell.edu> Organization: Academic Computing, Carnegie Mellon, Pittsburgh, PA Lines: 33 In-Reply-To: <9497@batcomputer.tn.cornell.edu> > Excerpts from netnews.comp.sys.dec: 4-Jan-90 Risc F77 compiler problems > Hurf Sheldon@batcomputer (1346) > I have a problem with the Risc f77 compiler. the following program will > not run: > program test > call sub ('sub') > call sub1 ('sub1',a1) > call sub2 ('sub2 entry',a2,a3) > stop > end > c > subroutine sub (c0) > character*(*) c0,c1,c2 > print *,c0 > return > entry sub1(c1,a1) > a1 = 1 > print *,c1,a1 > return > entry sub2(c2,a2,a3) > a2 = 1 > a3 = 1 > print *,c2,a2,a3 > return > end This program compiles and runs using the f77 2.0 compiler on the decstation. --Mike Michael M. Meyer Statistics/Academic Computing Carnegie Mellon University.