Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!deimos.cis.ksu.edu!cveg!hcx!sas3 From: sas3@hcx.uucp (Scott Alan Stuff) Newsgroups: comp.lang.fortran Subject: compiling equivalence statements ... Keywords: FORTRAN IV to FORTRAN 77 Message-ID: <2679@cveg.uucp> Date: 29 Jun 89 03:10:40 GMT Sender: netnews@cveg.uucp Distribution: usa Organization: College of Engineering, University of Arkansas, Fayetteville Lines: 20 I am trying to compile source code that was made using FORTRAN IV but all I have available to me is FORTRAN 77. The problem is an equivalence statement : program main . . dimension stf (12,3) equivalence (is1,stf(3)) . end Where does the equivalence look? At any rate, I am getting a compiler error. Thanks for any help. Scott Stuff Mechanical Engineering, Univ of Arkansas, Fayetteville ...uunet!harris.cis.ksu.edu!sas3@hcx