FIX: F1001: pgo2.c:1.6, line 189; with ISIGN FunctionLast reviewed: September 11, 1997Article ID: Q68189 |
5.00 5.10 | 5.00 5.10
MS-DOS | OS/2kbtool kbfixlist kbbuglist kberrmsg The information in this article applies to:
SYMPTOMSThe sample code below produces the following error during pass 3
fatal error F1001: Internal Compiler Error (compiler file '@(#)pgo2.c:1.6', line 189) RESOLUTIONIf M is assigned a value before being used in the ISIGN function, the code compiles successfully.
STATUSMicrosoft has confirmed this to be a bug in the products listed above. This problem was corrected in FORTRAN PowerStation, version 1.0.
MORE INFORMATIONThe following sample code can be used to demonstrate the problem. FORTRAN PowerStation produces error F4998: M : variable used but not defined.
Sample codec M = 1 I = ISIGN(1,M)**2 END |
Additional reference words: 5.00 5.10 buglist5.00 buglist5.10 fixlist1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |