The information in this article applies to:
SYMPTOMSWhen a huge array is allocated and passed to a subroutine, the compiler generates the warning: This is despite a HUGE attribute on the formal argument of the subroutine. RESOLUTIONThe only way to suppress this warning is to compile with the /AH option or to use an interface statement (as commented out in the code below). STATUS
Microsoft has confirmed this to be a problem in the products listed above.
MORE INFORMATIONThe following code can be used to reproduce the problem: Sample code
Additional query words: 5.00 nofps 5.10
Keywords : kberrmsg kbLangFortran |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |