FIX: F1001: trees.c:1.2', line 366; Deeply Nested FunctionsLast reviewed: September 11, 1997Article ID: Q70158 |
5.00 5.10 | 5.00 5.10
MS-DOS | OS/2kbtool kbfixlist kbbuglist kberrmsg The information in this article applies to:
SYMPTOMSThe following internal compiler error can be generated under FORTRAN 5.00 or 5.10 while attempting to compile code containing heavily nested function calls:
fatal error F1001: Internal Compiler Error (compiler file '@(#)trees.c:1.2', line 366) Contact Microsoft Technical Support STATUSMicrosoft has confirmed this to be a problem in the products listed above. This problem was corrected in FORTRAN PowerStation, version 1.0.
MORE INFORMATIONThe following code can be used to demonstrate this problem.
Sample code
character*12 rot,der,x ! rot and der are user written functions x=rot(rot(rot(rot(der(x,1),-cant,2),-b,3),r,1),-h,3) end |
Additional reference words: 5.00 5.10 buglist5.00 buglist5.10 fixlist1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |