The information in this article applies to:
SYMPTOMSIn Microsoft FORTRAN versions 5.0 and 5.1, the error: is generated on the CALL statement when compiling the following FORTRAN program:
The following is the FL command line used to compile the FORTRAN
program above and generate the "expression too complex" error:
The exact combination of variable declarations and CALL statement will
generate the "expression too complex error." Rearranging the order of
the variables in the CALL statement or in the declarations or changing
the variable names will prevent this error from occurring.
STATUSMicrosoft has confirmed this to be a problem in FORTRAN versions 5.0 and 5.1. This problem was corrected in FORTRAN PowerStation. MORE INFORMATIONDisabling optimization does not inhibit generation of the error "fatal error F1035: expression too complex, please simplify." Additional query words: 5.00 5.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |