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



The information in this article applies to:

  • Microsoft FORTRAN Compiler for MS-DOS 5.0
  • Microsoft FORTRAN Compiler for MS-DOS 5.1
  • Microsoft FORTRAN compiler for OS/2 5.0
  • Microsoft FORTRAN compiler for OS/2 5.1

This article was previously published under Q75522

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
				

Modification Type:MajorLast Reviewed:12/1/2003
Keywords:kbfix KB75522