The information in this article applies to:
SYMPTOMSThe FORTRAN PowerStation optimizer may generate incorrect code when compiling routines containing alternate returns. If routines containing alternate returns are compiled with /Ox, the following errors may occur at run time:
RESOLUTIONAltering code around the alternate return may alleviate this problem. If this doesn't work, then do not compile routines using alternate returns with /Ox. Note that other routines in the program can still be optimized. STATUSMicrosoft 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
To duplicate the error, compile the sample code with /Ox and then run
the program to get the DX1020 error. This problem is dependent on the
surrounding code. Replacing "var=1.0" with "continue", or commenting
out "goto 10" in the sample below removes the problem:
Sample Code
Additional query words: 1.00 GP fault gp-fault gpf buglist1.00 fixlist1.00A
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |