BUG: FOR4265 Warning Not Generated for Undefined ArgumentLast reviewed: April 9, 1996Article ID: Q149473 |
The information in this article applies to:
SYMPTOMSThe compiler fails to catch and issue the appropriate FOR4265 warning messsage for an undefined variable (a variable that has not been assigned a value) used as an intrinsic function input argument.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Sample Code to Illustrate ProblemC Compile options needed: none
write (*,*) sign(i1,i2) ! No FOR4265 warning generated end |
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |