FIX: Erroneous F6099: Integer Overflow with $DEBUG (74899)
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 Q74899 SYMPTOMS
The code below erroneously produces the following error when compiled
with $DEBUG or /4Yb:
run-time error F6099: $DEBUG
- INTEGER overflow
RESOLUTION
Any one of the following will correct the error in the sample code:
- Comment out the common blocks.
-or-
- Change the 16000s to 15999.
-or-
- Remove one parameter in the write statement.
-or-
- Substitute a 1 in place of ibeta in the WRITE statement.
-or-
- Reduce the 8600s to smaller numbers.
-or-
- Remove the $storage command.
-or-
- Break the write statement into multiple write statements.
STATUS
Microsoft has confirmed this to be a bug in the products listed above.
This problem was corrected in FORTRAN PowerStation, version 1.0.
Modification Type: | Major | Last Reviewed: | 12/1/2003 |
---|
Keywords: | kbfix KB74899 |
---|
|