FIX: Error F1001 in schedp5u.c Compiling with -Ox and -G5Last reviewed: September 16, 1997Article ID: Q108348 |
1.00
WINDOWS NT
kbtool kbbuglist kberrmsg
The information in this article applies to:
SYMPTOMSAn attempt to compile a program using the -Ox and -G5 options may cause the following error message to be generated:
fatal error F1001: INTERNAL COMPILER ERROR (compiler file '@(#)schedp5u.c:1.0', line 2661) RESOLUTIONAvoid using the optimization switch -Ox with the -G5 option.
STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN PowerStation 32, version 1.0. This problem was fixed in FORTRAN PowerStation 32, version 4.0.
MORE INFORMATIONThe following program demonstrates the problem:
Sample CodeC Compile options needed: -Ox -G5
20 WT = WT*(0.5/(I+1)) TERM = WT*(.805) SUM = SUM + TERM I = I + 1 ADJ = ADJ*4.3/(2.0*I) IF (TERM.GE.(0.1*SUM)) GO TO 20 END |
Additional reference words: 1.00 ICE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |