The information in this article applies to:
SYMPTOMSThe Microsoft FORTRAN 5.0 compiler fails to output an error message when the ALLOCATABLE attribute is placed on a formal argument of a subprogram. The following run-time error is generated when executing this code in either MS-DOS or OS/2: The following compiler error should be generated:
RESOLUTIONAvoid using the ALLOCATABLE attribute on formal arguments. STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN version 5.0 for MS-DOS and OS/2. This problem was corrected in Microsoft FORTRAN version 5.1. MORE INFORMATIONPage 145 of the "Microsoft FORTRAN Reference" version 5.0 manual states that ALLOCATABLE arrays must not be formal arguments. Sample CodeThe following code reproduces the problem:
Additional query words: 5.00 5.10 buglist5.00 fixlist5.10
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |