FIX: F1001: ctypes.c When FORTRAN Program Contains $NOLOOPOPTLast reviewed: September 11, 1997Article ID: Q49495 |
5.00 5.10 | 5.00 5.10
MS-DOS | OS/2kbusage kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSAn attempt to compile an application fails and the compiler generates one of the following messages. For FORTRAN version 5.0:
fatal error F1001: Internal Compiler Error (compiler file '@(#)ctypes.c:1.11', line 1657)For FORTRAN version 5.1:
fatal error F1001: Internal Compiler Error (compiler file '@(#)ctypes.c:1.12', line 1655) CAUSEThe application source code contains the $NOLOOPOPT metacommand.
RESOLUTIONTo work around this problem, perform one of the following two steps:
STATUSMicrosoft has confirmed this to be a problem in FORTRAN versions 5.0 and 5.1 for MS-DOS and OS/2. This problem was corrected in FORTRAN PowerStation.
MORE INFORMATIONThe following code example demonstrates this problem.
Sample CodeC Compile options needed: None $NOLOOPOPT END |
Additional reference words: 5.00 5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |