The information in this article applies to:
SYMPTOMSUsing Microsoft FORTRAN version 5.0 or 5.1 to compile a program with the /Gt compiler option can result in the following error: This specific problem involving the /Gt compiler option has been encountered only in code that contains FORMAT statements and array declarations. Using a smaller or larger data threshold value, slightly modifying a format statement, or changing an array bound will suppress the error. NOTE: The /Gt option is not supported in FORTRAN PowerStation, so this is not a problem in FORTRAN PowerStation. STATUSMicrosoft has confirmed this to be a problem in FORTRAN versions 5.0 and 5.1. MORE INFORMATIONThe following sample program illustrates the problem:
Compiling this program with /Gt1520 will generate the error. However,
compiling with a data threshold value less than 3 (for example, /Gt2)
or greater than 1520 (for example, /Gt1521) suppresses the error.
Changing the bound of array ii or modifying the format of the read statement also suppresses error, as illustrated below:
This is one of the simpler code samples that exhibits this error. The
particular /Gt value that causes the problem is different for other
programs that result in this error.
Additional query words: 5.00 5.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |