The information in this article applies to:
SYMPTOMSThe Microsoft FORTRAN 5.1 compiler may generate a protection violation under OS/2 or hang the machine under MS-DOS during the first pass of the compile if it compiles code that contains a recursive structure definition and an instance of that structure is declared with a RECORD statement. The code must be compiled with the /Zi option to generate the error. RESOLUTIONDo not compile routines with recursive structure definitions with the /Zi option. Use the /Zd option to get line number and global symbol information for that routine. STATUSMicrosoft has confirmed this to be a problem in FORTRAN version 5.1. This problem was corrected in FORTRAN PowerStation, version 1.0. MORE INFORMATIONThe following code reproduces the problem (must be compiled with /Zi): Sample code
Additional query words: 5.10 buglist5.10 fixlist1.00
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |