The information in this article applies to:
SYMPTOMSA program may execute in an infinite loop if it was compiled with full optimization (-Ox) and contains a do loop calling some of the graphics routines [such as POLYGON_W()]. CAUSESome of the graphics functions (such as POLYGON_W) prevent optimized code from recognizing the end condition for the loop. STATUS
Microsoft has confirmed this to be a problem in FORTRAN PowerStation
for MS-DOS, version 1.0 and 1.0a.
RESOLUTIONCompile the program with no optimization (this is the default). Sample Code
Additional query words: nofpsnt 1.00
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |