FIX: .COD File Contains Blank Lines with /Od and Graphics

ID: Q75522


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

An /Fc listing (.COD file) contains hundreds of blank lines if the source was compiled with the /Od option.


RESOLUTION

Do not compile with /Od.


STATUS

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


MORE INFORMATION

The following code can be used to demonstrate the problem.

Sample code


C Compile options needed: /Od /Fc

      include 'fgraph.fi'
      include 'fgraph.fd'

      write(*,*) 'This is it'
      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 2, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.