FIX: Duplicate Lines Incorrectly Removed by Optimizer (74898)
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 Q74898 SYMPTOMS
The sample code below produces correct output when optimization is
disabled, but not with default optimization. The optimizer incorrectly
removes the two lines noted below.
The expected output is:
100 1 244 8
The output with default optimization is:
0 0 244 8
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 KB74898 |
|---|
|