BUG: F2333 Error Not Generated in Illegal RedefinitionLast reviewed: April 9, 1996Article ID: Q149474 |
The information in this article applies to:
SYMPTOMSAn illegal redefinition of a named constant, explicitly defined with a type and the PARAMETER attribute, doesn't cause the F2333 compiler error message.
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
PROGRAM TEST INTEGER, PARAMETER :: A = 5 DIMENSION :: A(1:10) ! No F2333 compiler error generated END PROGRAM |
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |