BUG: Incorrect F2370 or C1900 when Compiling with /4Y

Last reviewed: July 13, 1995
Article ID: Q118392
The information in this article applies to:
  • Microsoft FORTRAN PowerStation for MS-DOS, versions 1.0 and 1.0a
  • Microsoft FORTRAN PowerStation 32 for Windows NT, version 1.0

SYMPTOMS

When you compile a program using /4Yv that has errors in a declaration, one of the following error messages may be displayed:

  • an infinite number of error F2370: "length specification illegal"

    -or-

  • fatal error C1900: "Il mismatch between 'P1' version '0' and 'P2' version '19930414'"

RESOLUTION

Compile the code without using /4Yv to get a list of error messages. Correct the errors in the declaration(s). (The corrected code may be compiled using /4Yv.)

STATUS

Microsoft has confirmed this to be a bug in the FORTRAN PowerStation for MS- DOS, versions 1.0 and 1.0a, and the Microsoft FORTRAN PowerStation 32 for Windows NT, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

To demonstrate the problem, compile the sample code using the option /4Yv. The following error message will be displayed in a continuous loop:

   error F2370: length specification illegal

To fix the problem, compile the sample code using no options. The following error messages will be displayed:

   error F2362: integer constant expression expected
   error F2830: END missing

Sample Code

C Compile options needed: /4Yv

      parameter (size=12)
      character*(size) ch


Additional reference words: 1.00 1.00a
KBCategory: kbtool kbbuglist kberrmsg
KBSubcategory: FL32Iss


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 13, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.