BUG: Code Causes F4999, CK4008, and Run-Time ProblemsLast reviewed: July 12, 1995Article ID: Q118436 |
The information in this article applies to:
SYMPTOMSBuilding a program that contains many statements results in one or more of the following symptoms:
STATUSMicrosoft has confirmed this to be a bug in the FORTRAN PowerStation for MS-DOS, versions 1.0 and 1.0a, and the FORTRAN PowerStation 32 for Windows NT, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONTo demonstrate this problem, perform the following steps:
Sample Codec compile options needed: none
open(1,file='b.for') write(1,*) ' x = 0' do i=1,32*1024 - 2 write(1,*) ' x = x + 1' end do write(1,*) ' x = x + 1' write(1,*) ' print*, x' write(1,*) ' end' end |
Additional reference words: 1.00 1.00a winnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |