The information in this article applies to:
SYMPTOMSAn application that assigns the result of a REAL intrinsic function to a COMPLEX variable may generate incorrect results. CAUSEThe compiler generates incorrect code to perform this assignment. RESOLUTION
There are two methods to avoid this problem, as follows:
STATUS
Microsoft has confirmed this to be a problem in FORTRAN PowerStation
version 1.0 for MS-DOS. This problem has been resolved with FORTRAN
PowerStation maintenance release version 1.0a for MS-DOS.
MORE INFORMATION
Specifying different compiler options does not correct this problem.
The various options only change the incorrect value that the code
places in the COMPLEX variable.
Sample Code #1
The following sample code demonstrates one method to work around this
problem:
Sample Code #2
The following sample code demonstrates another method to work around
this problem:
Sample Code #3
Additional query words: 1.00 buglist1.00 fixlist1.00a
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |