The information in this article applies to:
SYMPTOMSExtended error handling (enabled by $DEBUG or /4Yb) does not catch subscript out-of-range errors for positive subscripts with arrays declared to have dimension (1). STATUS
Microsoft has confirmed this to be a problem in FORTRAN versions 4.0,
4.1, 5.0, and 5.1, and FORTRAN PowerStation version 1.0 for MS-DOS and
Windows NT. This problem has been resolved with FORTRAN PowerStation
maintenance release version 1.0a for MS-DOS.
MORE INFORMATIONThe lower range is correctly checked for dimension (1). Attempts to access array element 0 (zero) or less will generate a subscript range check error. Subscript range checking works correctly if the dimension is (1:1) or (N) where N is at least 2. Sample Code
Additional query words: 1.00 4.00 4.00a 4.10 5.00 5.10 buglist1.00 buglist4.00 buglist4.10 buglist5.00 buglist5.10
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |