Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!crown.as.utexas.edu!michael From: michael@crown.as.utexas.edu (Michael Lemke) Newsgroups: comp.lang.fortran Subject: Characters in List I/O and FORTRAN standard Message-ID: <50175@ut-emx.uucp> Date: 7 Jun 91 23:58:52 GMT Sender: news@ut-emx.uucp Distribution: na Organization: McDonald Observatory, University of Texas @ Austin Lines: 18 In a more complex (;-) program I have a problem that can be reduced to the following question: How should the following program react according to the standard if the input is 'abc' (including the quotes)? READ( 5, * ) I END I'd expect it to bomb so that I can react with IOSTAT or the like. Both VAX/VMS and SUN behave like that but on the Cray with CFT77 that seems legal. So which machine is violating the standard? Thanks, Michael Lemke Astronomy, UT Austin, TX