home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.ultrix
- Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.iastate.edu!john
- From: john@iastate.edu (John Hascall)
- Subject: Re: Does the current release of DEC Fortran for RISC fix this?
- Message-ID: <BxGy4J.6Kv@news.iastate.edu>
- Keywords: F77 fortran risc
- Sender: news@news.iastate.edu (USENET News System)
- Organization: Iowa State University, Ames, IA
- References: <BxGvqs.2Fx@mentor.cc.purdue.edu>
- Date: Mon, 9 Nov 1992 21:53:06 GMT
- Lines: 32
-
- mckay@gimli.bio.purdue.edu (Dwight McKay) writes:
- }The following program is not compilable under DEC Fortran for RISC version 3.0.
- }It compiles and runs just fine under every other version of Fortran I had
- }available to test (VMS fortran, Sun fortran).
- }
- }Does anyone know if this program can be compiled under a more recent version
- }of DEC Fortran?
-
- It would appears so (our compiler claims to be: "DEC Fortran X3.2-226"):
-
- pooh.cc> cat >buggy.f
- Parameter(N=3)
- Real C(N)
- Call B(C,N)
- Stop
- End
- Subroutine A(D)
- Real C(N)
- Entry B(C,N)
- Write(6,*)' Hi there'
- Return
- End
- pooh.cc> f77 buggy.f -o buggy
- pooh.cc> ./buggy
- Hi there
-
- John
- --
- John Hascall ``An ill-chosen word is the fool's messenger.''
- Systems Software Engineer
- Project Vincent
- Iowa State University Computation Center + Ames, IA 50011 + 515/294-9551
-