Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!nbires!hao!gatech!gtss!chas From: chas@gtss.UUCP (Charles Cleveland) Newsgroups: comp.lang.fortran Subject: standards question Message-ID: <141@gtss.UUCP> Date: Thu, 29-Oct-87 14:05:39 EST Article-I.D.: gtss.141 Posted: Thu Oct 29 14:05:39 1987 Date-Received: Tue, 3-Nov-87 07:04:18 EST Reply-To: chas@gtss.UUCP (Charles Cleveland) Organization: Georgia Tech School of Physics Lines: 20 Does the ANSI F77 standard have anything to say about the what the following program prints, or is it left up to the implementation? (Note: I don't care what your machine actually does.) i1=0 call add2(i1,i1) print*,i1 end subroutine add2(i1,i2) i1=i1+1 i2=i2+1 return end Thanks! -- -Life would be so much easier if we could just look at the source code.- Charles Cleveland Georgia Tech School of Physics Atlanta, GA 30332 UUCP: ...!gatech!gtss!chas INTERNET: chas@ss.physics.gatech.edu