Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!rigel.tamu.edu!mkh6317 From: mkh6317@rigel.tamu.edu (HOWARD, MATTHEW KENDALL) Newsgroups: comp.lang.fortran Subject: Re: Bug with file I/O? Message-ID: <11495@helios.TAMU.EDU> Date: 24 Jan 91 21:38:06 GMT References: <1991Jan24.145718.28686@alchemy.chem.utoronto.ca> <2136@travis.csd.harris.com> Sender: usenet@helios.TAMU.EDU Reply-To: mkh6317@rigel.tamu.edu Distribution: comp Organization: TAMU Lines: 15 News-Software: VAX/VMS VNEWS 1.3-4 In article <2136@travis.csd.harris.com>, bill@hcx2.ssd.csd.harris.com (Bill Leonard) writes... > >In any case, you cannot say the original compiler is broken, because this >program is non-standard. Using an A edit descriptor with non-character >data is non-standard and non-portable. Unless the user's manual >specifically says it is supposed to work and specifically says you can mix >this with character data, you probably can't. > Bill, You might want to look at the program again. There is nothing non- standard about it. The A descriptor is only used on the variable tmp which is typed as character. Matt