The information in this article applies to:
SYMPTOMSCompiling a routine (that uses adjustable sized COMPLEX arrays in an expression with a COMPLEX constant) with the /4Yb (or $debug) option may produce the following error with FORTRAN PowerStation 1.0: Using FORTRAN PowerStation 1.0a, the following error may be produced:
RESOLUTIONEither use the CMPLX or DCMPLX intrinsic function on the COMPLEX constant, or do not compile with extended error handling. STATUSMicrosoft has confirmed this to be a problem in FORTRAN PowerStation versions 1.0 and 1.0a for MS-DOS. This problem was corrected in FORTRAN PowerStation 32. MORE INFORMATIONTo demonstrate the problem, compile the sample code below with the Microsoft FORTRAN PowerStation: Sample Code #1
The internal compiler error can be alleviated by using the CMPLX intrinsic
function as shown in the example below:
Sample Code #2
Additional query words: 1.00 1.00a
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |