FIX: F1001: trees.c:1.2', line 366; Deeply Nested Functions

ID: Q70158


The information in this article applies to:
  • Microsoft FORTRAN for MS-DOS, versions 5.0, 5.1
  • Microsoft FORTRAN for OS/2, versions 5.0, 5.1


SYMPTOMS

The 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


STATUS

Microsoft has confirmed this to be a problem in the products listed above. This problem was corrected in FORTRAN PowerStation, version 1.0.


MORE INFORMATION

The 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 query words: 5.00 5.10 buglist5.00 buglist5.10 fixlist1.00

Keywords :
Version : :5.0,5.1
Platform :
Issue type :


Last Reviewed: November 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.