Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!orion.oac.uci.edu!ucivax!levine From: levine@crimee.ics.uci.edu (David Levine) Newsgroups: comp.lang.fortran Subject: Re: How do compilers handle dimensions? Message-ID: <26A393FC.20492@ics.uci.edu> Date: 17 Jul 90 22:41:00 GMT References: <90198.114258FC138001@ysub.ysu.edu> <2790@awdprime.UUCP> Lines: 17 Nntp-Posting-Host: crimee.ics.uci.edu Jerrold Heyman writes: >Phil Munro writes: >>2. Are the dimension statements REAL*8, etc., part of Fortran 77, 90 >>or whatever, or are they just a VS extension? >> >REAL*8 is part of the Fortran 77 definition (its the same as DOUBLE PRECISION), >not sure about the Fortran 90 standard. REAL*8 is a popular extension, but it is not standard Fortran 77 or Fortran 90. DOUBLE PRECISION is often the same as REAL*8, but not always: the only requirement is that it provide more precision than REAL. David L. Levine, Dept. of ICS Internet: levine@ics.uci.edu University of California, Irvine BITNET: levine@ucivmsa Irvine, CA 92717 UUCP: ucbvax!ucivax!levine