The information in this article applies to:
SYMPTOMSThe compiler does not generate an error or warning message when you initialize a named common block object in a type statement outside of a block data subprogram. RESOLUTIONUse the /4Ys compiler option to enable strict FORTRAN 90 standard usage, and force the compiler to catch the assignment of the named common block in a type statement outside a block data subprogram. STATUSThis behavior is by design. MORE INFORMATIONSample Code to Illustrate Behavior
Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |