FIX: Optimization Problem, $STORAGE:2 and MultiplicationLast reviewed: September 11, 1997Article ID: Q73392 |
5.00 5.10 | 5.00 5.10
MS-DOS | OS/2kbtool kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSThe sample code below produces the output:
6 0instead of the expected output
6 1280 RESOLUTIONUse one of the following to work around the problem in the sample code:
STATUSMicrosoft has confirmed this to be a bug in the products listed above. This problem was corrected in FORTRAN PowerStation, version 1.0.
MORE INFORMATIONThe following sample code can be used to demonstrate the problem.
Sample code$storage:2 call subs(6, 1) end subroutine subs(iy, ipage) integer bx, dx, tmp10 bx = (ipage - 1) * 256 20 dx = (iy - 1) * 256 write (*, *) iy, dx return end |
Additional reference words: 5.00 5.10 buglist5.00 buglist5.10 fixlist1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |