Xref: utzoo alt.sys.sun:2631 comp.lang.fortran:4681 Path: utzoo!utgpu!cs.utexas.edu!sun-barr!newstop!exodus!ouroborous!limes From: limes@ouroborous.Eng.Sun.COM (Greg Limes (Hacking in Night Mode)) Newsgroups: alt.sys.sun,comp.lang.fortran Subject: Re: How Broken is Sun Fortran (Summary) Message-ID: <7456@exodus.Eng.Sun.COM> Date: 6 Feb 91 05:42:03 GMT References: <3140@casbah.acns.nwu.edu> <1991Feb04.013025.8087@ariel.unm.edu> <1991Feb04.013735.8220@ariel.unm.edu> Sender: news@exodus.Eng.Sun.COM Reply-To: limes@Eng.Sun.COM Followup-To: alt.sys.sun Organization: Sun Microsystems, Inc. Lines: 8 In article <1991Feb04.013735.8220@ariel.unm.edu>, john@ghostwheel.unm.edu (John Prentice) writes: |> The following code bombed using Sun Fortran version 1.3 : |> write (1) ((k(i,j),i=1,imax),j=1,jmax) |> rewind 1 |> read (1) ((k(i,j),i=1,imax,j=1,jmax) I see a missing close parenthesis ... did you?