FIX: F1001:/P2/trees.c, Line 1165; Complex CALL, LEN_TRIM

ID: Q73397


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

Compiling the sample code below causes the compiler to produce the fatal error:

F1001: Internal Compiler Error
(compiler file '../../../P2/trees.c', line 1165)


STATUS

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


MORE INFORMATION

The following sample code can be used to demonstrate the problem.

Sample code


C Compile options needed: /4Yb

      subroutine X (j,k)
      integer l(1,1),  j(5), n(5) /1,2,3,4,5/ 
      character*40  string(1,1)

        j = 1
        k = 1
        i = 1
        l(1,1) = 1
        m = 1
        string(1,1) = 'This is a test'
        call Y (
     +               n(l(i,k*1)),
     +               2,
     +               string(m,j(i)),
     +               0.0,
     +               len_trim(string(m,j(i))),
     +               1
     +              )

      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 1, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.